JasonBoy / koa-web-kit

🚀A Modern, Production-Ready, and Full-Stack Node Web Framework with React
MIT License
214 stars 41 forks source link

offer a tinny case supporting the core feature #34

Open harveechen opened 5 years ago

harveechen commented 5 years ago

Hi, I just came from your blog React Server Side Rendering with Koa Part II.

What you described is excited, but as I try to adjust it to my own project, I found the Scaffolding is difficult to use with so many configurations.

Could you please offer a small project that targets the core feature and leaves the wrapper function for further reference.

JasonBoy commented 5 years ago

This project aims to build directly on some frameworks, so that you can change every configuration whenever you want, which means it is already a somewhat tiny skeleton from the perspective of me 🤦‍♂ , and for the SSR stuff, basically you can checkout the loadable-components for SSR usage if you are implementing SSR on your own project, cause most of the SSR usage code were copied from there