Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/abhimishra01/react-toolkit-cra

A react toolkit with extra dependencies added on top of create-react-app boiler plate in order to make your development life easier. This will help you kickstart implementing actual logic of your project rather than focusing on configuring initial and redundant dependencies every time you start a new project
https://github.com/abhimishra01/react-toolkit-cra

ant-design cicd create-react-app github-actions husky open-source-project reactjs storybook styled-components yarn

Last synced: 17 days ago
JSON representation

A react toolkit with extra dependencies added on top of create-react-app boiler plate in order to make your development life easier. This will help you kickstart implementing actual logic of your project rather than focusing on configuring initial and redundant dependencies every time you start a new project

Awesome Lists containing this project

README

        

#### React Toolkit

- My personal react-toolkit / boiler plate code
- Built on top of create-react-app boilerplate

### Problem statement

- I had to re configure the create-react-app boilerplate, by adding additional configurations, dependencies, etc required for project development.
- Hence, I came up with the need to configure a template of my own through which I can easily start working with the development instead of configuring the application from scratch.
- I would love to see others fork, clone, use this toolkit as in their projects.
- Let me know what you think about this react-toolkit.