You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have found the new implementation for loading fresh islands, routes, and static files in Fresh 2.0 to have significant limitations.
It is not possible to create middleware for static assets #2759
It is not possible to add pages that inherit the app wrappers. As a result, it is difficult to create a plugin that adds pages, such as a user authentication plugin that includes a login page and inherits the page header. This makes it hard to separate features from a core app.
Adding a route with JSX or an island is very difficult unless created with fsRoutes.
I have found the new implementation for loading fresh islands, routes, and static files in Fresh 2.0 to have significant limitations.
fsRoutes
.I propose something like the following:
The developer can also prioritize the routes based on the order in which they add them.
The text was updated successfully, but these errors were encountered: