Hi Dev.to community, I am excited to share the Mid-2021 major update which adds tons exciting improvements to the starter kit.
Changelog
- Webpack 5 + esbuild for blazing fast backend development 🎉
- Update CRA to v4 âš¡
- Prisma to v2.20 🚀
- Switch to craco from react-app-rewired for better CRA v4 support (breaking change!)
- update all major deps (ie. react, jest, eslint)
Full changelog/PR is available here
Github: https://github.com/karanpratapsingh/fullstack-starterkit
What do you think? as always feel free to reach out if you face any issues.
Happy coding 🎉
Top comments (5)
I would like to replace Prisma with mongoose(mongodb) but I kind of don't understand the setup with monorepo, how should I do to understand the monorepo setup?
You'll need to update db package to use mongoose..here's a video I made explaining how things interact in the starterkit youtube.com/watch?v=TgtUhEnW8O4
Thank you so much
What do you think about using nx monorepo even if I don't know much about monorepos I find it to be pretty easy to understand and use.
Nx Monorepo is really good project. if it suits you, you should definetely use that 😊