|
11 | 11 | <p align="center"> |
12 | 12 | <a href="#key-features">Key Features</a> • |
13 | 13 | <a href="#how-to-use">How To Use</a> • |
14 | | - <a href="#download">Download</a> • |
15 | 14 | <a href="#credits">Credits</a> • |
16 | | - <a href="#related">Related</a> • |
17 | 15 | <a href="#license">License</a> |
18 | 16 | </p> |
19 | 17 |
|
20 | 18 | ## Key Features |
21 | 19 |
|
22 | | -- Built with CRA but extendable :fire: |
| 20 | +- :fire: Built with CRA but extendable |
23 | 21 | - Comes with the latest CRA scripts and config |
24 | 22 | - To extend the CRA webpack config, use `craco.config.js` file. No need to eject |
25 | | -- Redux and Redux Saga but with less boilerplate :chart_with_upwards_trend: |
| 23 | +- :chart_with_upwards_trend: Redux and Redux Saga but with less boilerplate |
26 | 24 | - Redux Toolkit configured with React Redux and Redux Saga for very little boilerplate |
27 | 25 | - React Redux Hooks used for even more clean code |
28 | | -- Ant Design :blue_heart: |
| 26 | +- :blue_heart: Ant Design |
29 | 27 | - Configurable Ant theme variables out of the box |
30 | 28 | - Localized Ant Design Component for better multilingual support |
31 | | -- Eslint and Prettier configured with git hooks :cop: |
| 29 | +- :cop: Eslint and Prettier configured with git hooks |
32 | 30 | - Eslint and prettier configured together for auto save format and error checks |
33 | 31 | - No git commit allowed if errors and warnings are present |
34 | | -- Styled Components :nail_care: |
35 | | -- Global HTTP error handler :raised_hands: |
36 | | -- Develepment scope based App config file for deployment :rocket: |
37 | | -- Codesplitting :zap: |
38 | | -- Multilingual :speak_no_evil: |
| 32 | +- :nail_care: Styled Components |
| 33 | +- :raised_hands: Global HTTP error handler |
| 34 | +- :rocket: Develepment scope based App config file for deployment |
| 35 | +- :zap: Codesplitting |
| 36 | +- :speak_no_evil: Multilingual |
39 | 37 |
|
40 | 38 | ## How To Use |
41 | 39 |
|
|
0 commit comments