Skip to content

Commit 55d8d17

Browse files
committed
chore: link to another directory readme from root
1 parent ae42b4d commit 55d8d17

File tree

2 files changed

+20
-3
lines changed

2 files changed

+20
-3
lines changed

README.md

Lines changed: 15 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,31 +21,43 @@
2121
- Comes with the latest CRA scripts and config
2222
- To extend the CRA webpack config, use `craco.config.js` file. No need to eject
2323
- :chart_with_upwards_trend: Redux and Redux Saga but with less boilerplate <a href="/src/store">More on</a>
24-
- Redux Toolkit configured with React Redux and Redux Saga for very little boilerplate
25-
- React Redux Hooks used for even more clean code
26-
- React Persist configured for easier localstorage integration
24+
2725
- :blue_heart: Ant Design
26+
2827
- Configurable Ant theme variables out of the box
2928
- Localized Ant Design Component for better multilingual support
29+
3030
- :cop: Eslint and Prettier configured with git hooks
31+
3132
- Eslint and prettier configured together for auto save format and error checks
3233
- No git commit allowed if errors and warnings are present
34+
3335
- :raised_hands: Global HTTP error and auth handler
36+
3437
- Custom axios middlewares to handle errors on each request by default. But If needed, custom error handling also can be done with the error details sent by the middleware
3538
- Auth Token is sent by default if present
3639
- Progressbar animation added on each HTTP request
40+
3741
- :nail_care: Styled Components
42+
3843
- Component based styling
3944
- Custom media queries with JS added as utility with accordance to Ant design breakpoints
45+
4046
- :zap: Codesplitting
47+
4148
- Native React Lazy loaded pages/components with Suspense
4249
- Custom loader animation added
50+
4351
- :capital_abcd: Multilingual
52+
4453
- By default EN and BN json files are added.
4554
- Easily add new translation in the config folder
55+
4656
- :art: Less and Bootstrap utility classes
57+
4758
- For margin padding, width and many more utility classes are added and available
4859
- less loader added
60+
4961
- :rocket: Develepment scope based App config file for deployment
5062
- App can have different configs, keys for staging, dev or prod and many more
5163
- Modify and update the `.env` file to store url/key data for different scope

src/store/README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
## Redux Store
2+
3+
- Redux Toolkit configured with React Redux and Redux Saga for very little boilerplate
4+
- React Redux Hooks used for even more clean code
5+
- React Persist configured for easier localstorage integration

0 commit comments

Comments
 (0)