-
cra-template-redux-auth-starter
Create React App boilerplate template with React, Redux Toolkit, React Router, Ant Design, Axios, Redux-Saga, SASS, Authentication, Routes. No configuration is required, Start building your App.
When using CRA we need to configure the above things manually and this configuration also requires more time, So we need to do this every time when we develop a new app from scratch. To overcome these drawbacks, I have developed redux-auth-starter a CRA template. Where you can overcome the above things by running a single command.
-
CodeRabbit
CodeRabbit: AI Code Reviews for Developers. Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
-
4. Axios client with GET, POST, PATCH, DELETE API verb helper.
-
If we need to develop a react app, Most of us start to develop a react app with Create React App (CRA). CRA has many features like instead reload, optimized bundle, ships with single dependency, ESlint, Testing and Easy to maintain. But are these features are enough to build a Scalable SaaS application? Let’s see