Skip to content

Inder2108/Reference-App

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This is a starter app using create-react-app and includes the following:

Bootstrap 4

Font Awesome 5

Unit Tests - npm test

React Router Dom

Routing can be hash based (hashHistory based) or slash based (browserHistory based). Which one to use depends on various factors and has a lot to do with the backend server rendering the web application. Routing and handling server side rendering can be done in below ways:

Code Splitting

This section has moved here: https://facebook.github.io/create-react-app/docs/code-splitting

Analyzing the Bundle Size

This section has moved here: https://facebook.github.io/create-react-app/docs/analyzing-the-bundle-size

Making a Progressive Web App

This section has moved here: https://facebook.github.io/create-react-app/docs/making-a-progressive-web-app

Advanced Configuration

This section has moved here: https://facebook.github.io/create-react-app/docs/advanced-configuration

Deployment

This section has moved here: https://facebook.github.io/create-react-app/docs/deployment

npm run build fails to minify

This section has moved here: https://facebook.github.io/create-react-app/docs/troubleshooting#npm-run-build-fails-to-minify

  1. Use of react-redux
  2. How routing is achieved in this app? Using React Router: https://medium.com/octopus-wealth/authenticated-routing-with-react-react-router-redux-typescript-677ed49d4bd6

About

A personal learnings storehouse for easy reference later

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published