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
Currently we have framework code scattered around various packages, mostly @blitzjs/core and @blitzjs/server. We want to consolidate this code into @blitzjs/framework and then remove @blitzjs/core.
We are currently using tsdx for these packages, but I don't think we can use it for framework. Because in addition to isomorphic code, framework will have server only code that should be bundled separately from the client code to ensure server code never ends up in a client bundle.
We also want deep imports so we can do something like this:
What do you want and why?
Currently we have framework code scattered around various packages, mostly
@blitzjs/core
and@blitzjs/server
. We want to consolidate this code into@blitzjs/framework
and then remove@blitzjs/core
.We are currently using tsdx for these packages, but I don't think we can use it for
framework
. Because in addition to isomorphic code,framework
will have server only code that should be bundled separately from the client code to ensure server code never ends up in a client bundle.We also want deep imports so we can do something like this:
I'd love to have this sooner rather than later :)
Additional context: #798
The text was updated successfully, but these errors were encountered: