This project was built with the references from the following links
//React Component TypeScript
- https://gist.github.com/myitcv/5aec7ce3c3abbc7eaea981d4be1b7239
- https://www.pluralsight.com/guides/how-to-statically-type-react-components-with-typescript
- https://codesandbox.io/s/m5prrr48zy
- https://reactjs.org/blog/2018/03/27/update-on-async-rendering.html#fetching-external-data-when-props-change
- https://www.pluralsight.com/guides/typescript-pass-function-react
// Redux Redux-Sagas
- https://medium.com/@resir014/redux-4-typescript-2-9-a-type-safe-approach-7f073917b803
- https://github.com/sandeepperkariappdev/react-redux-typescript-example
// Error Handling
// React Router
//Unit Tests React
// React Component
// Code Splitting
// React Deployment
- https://facebook.github.io/create-react-app/docs/deployment
- AWS - S3 - Cloud Front https://medium.com/@wolovim/deploying-create-react-app-to-s3-or-cloudfront-48dae4ce0af
- AZURE: https://medium.com/@to_pe/deploying-create-react-app-on-microsoft-azure-c0f6686a4321
Custom Deployment From Scratch
//Typescript
//React i18n
- https://alligator.io/react/i18n-with-react-and-i18next
- react-intl https://www.freecodecamp.org/news/setting-up-internationalization-in-react-from-start-to-finish-6cb94a7af725/
// Accessibilty