fullstack-pro icon indicating copy to clipboard operation
fullstack-pro copied to clipboard

Full Stack to create independent packages and to run on servers. Uses apollo, typescript, react, redux and more.

Results 46 fullstack-pro issues
Sort by recently updated
recently updated
newest added

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. - [ ]...

#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...