fullstack-pro
fullstack-pro copied to clipboard
Full Stack to create independent packages and to run on servers. Uses apollo, typescript, react, redux and more.
We currently are facing re-rendering issue with SSR enabled when using remix route configuration. The error comes from antd components and for a workaround we are using client side rendering...
- [x] 1. Generate `/lib/routes.json` file for each browser package. We added a rollup plugin which generates this by reading through all `compute.tsx` from the `lib` directory. - [ ]...
Get store from client middleware
#342 With redux-first-history, I met some problems; - First, remove connected-react-router package from node modules. - I could not use react-router components such as Route, Link outside of frontend-server. To...