|
30 | 30 | - :cop: Eslint and Prettier configured with git hooks |
31 | 31 | - Eslint and prettier configured together for auto save format and error checks |
32 | 32 | - No git commit allowed if errors and warnings are present |
| 33 | +- :raised_hands: Global HTTP error and auth handler |
| 34 | + - 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 |
| 35 | + - Auth Token is sent by default if present |
| 36 | + - Progressbar animation added on each HTTP request |
33 | 37 | - :nail_care: Styled Components |
34 | | -- :raised_hands: Global HTTP error handler |
35 | | -- :rocket: Develepment scope based App config file for deployment |
| 38 | + - Component based styling |
| 39 | + - Custom media queries with JS added as utility with accordance to Ant design breakpoints |
36 | 40 | - :zap: Codesplitting |
37 | | -- :speak_no_evil: Multilingual |
| 41 | + - Native React Lazy loaded pages/components with Suspense |
| 42 | + - Custom loader animation added |
| 43 | +- :capital_abcd: Multilingual |
| 44 | + - By default EN and BN json files are added. |
| 45 | + - Easily add new translation in the config folder |
| 46 | +- :art: Less and Bootstrap utility classes |
| 47 | + - For margin padding, width and many more utility classes are added and available |
| 48 | + - less loader added |
| 49 | +- :rocket: Develepment scope based App config file for deployment |
| 50 | + - App can have different configs, keys for staging, dev or prod and many more |
| 51 | + - Modify and update the `.env` file to store url/key data for different scope |
| 52 | + - Don't forget to add the `.env` file on the `.gitignore` |
38 | 53 |
|
39 | 54 | ## How To Use |
40 | 55 |
|
|
0 commit comments