Skip to content

Ifycode-experiments/auth-guide-react-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

73 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

React (firebase) auth guide app

Firebase authentication guide app with create-react-app. The guide helps to understand how the app works itself. More information on the user roles and what not-logged in users, logged in users and admins will be able to do with this app coming soon after app completion.

About compiling less to css

npm run dev script takes care of watching changes in the less folder and run the app. FAST_REFRESH=false is added to the start script to fix compile issues with create react app. Incase this doesn't work for you, see development server of create-react-app does not auto refresh stackoverflow question or hot Reload stopped working with React "^17.0.1" github issue.

Helpful React resources

Active links (react router dom 6 - NavLinks)

React router dom 6

Conditional rendering

Javascript resources

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published