Releases: neurosnap/remix-middleware
Releases · neurosnap/remix-middleware
remix-auth middleware
Prevent server code from being added to browser bundle
When functions are called inside the module scope of a route that code will be incorporated into the browser bundle. This is an issue when the code is a loader or an action because those should only exist on the server.
A new API was created to prevent server code from being in the browser bundle.
use ctx.response
0.0.5 :bug: return ctx.response now
support for actions
- added support for actions
- added new
mdw.response
api
use older target for typescript
0.0.3 fix build
add dist folder to npm package
0.0.2 need npm ignore
initial release
This is an experimental library that I'd like to test out in remix apps