You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Style React component with [SASS](https://sass-lang.com/)
22
-
* Use [customize-cra](https://github.com/arackaf/customize-cra) to customize CRA without **eject**.
23
-
* Use [hookrouter](https://github.com/Paratron/hookrouter) - the flexible, and fast router for react that is entirely based on hooks - for using router faster.
24
-
* Use [react-intl](https://github.com/formatjs/react-intl) to internationalize React apps.
25
-
* Use [react-redux](https://react-redux.js.org/) to manage App state.
26
-
* Use [js-cookie](https://github.com/js-cookie/js-cookie) for handling browser cookies.
27
-
* Use [axios](https://github.com/axios/axios) for HTTP requests.
21
+
- Style React component with [SASS](https://sass-lang.com/)
22
+
- Use [customize-cra](https://github.com/arackaf/customize-cra) to customize CRA without **eject**.
23
+
- Use [hookrouter](https://github.com/Paratron/hookrouter) - the flexible, and fast router for react that is entirely based on hooks - for using router faster.
24
+
- Use [react-intl](https://github.com/formatjs/react-intl) to internationalize React apps.
25
+
- Use [react-redux](https://react-redux.js.org/) to manage App state.
26
+
- Use [js-cookie](https://github.com/js-cookie/js-cookie) for handling browser cookies.
27
+
- Use [axios](https://github.com/axios/axios) for HTTP requests.
28
28
29
29
## Author
30
30
31
-
*[Lam Pham](http://about.phamvanlam.com)
31
+
-[Lam Pham](http://about.phamvanlam.com)
32
32
33
33
## License
34
34
35
-
This project is open source and available under the MIT License.
35
+
This project is open source and available under the MIT License.
0 commit comments