-
Notifications
You must be signed in to change notification settings - Fork 184
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support koa #235
Comments
I poked at this for a while today, and I wanted to put my findings somewhere. The change in react-server-cli is actually fairly straightforward; i've attached it at the end of this comment. The real fun comes in when you get into renderMiddleware. React Server uses express-state to expose the React Server cache to the client side, which seems to be replaced with
and koa's
without an awful switch statement in react server. We may want to block on #33, however, so we can swap out
|
re: Haven't thought about this rest of this deeply yet. |
We might consider allowing users to bring their own server (connect, hapi, etc) as well.
Generated from #50
The text was updated successfully, but these errors were encountered: