darksh3ll / react-redux-persist-starter

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

React + Redux + Redux-persist

Starter react app initilized by create-react-app with following dependencies

"react": "^16.5.2",
"react-dom": "^16.5.2",
"react-redux": "^5.0.7",
"react-router-dom": "^4.3.1",
"react-scripts": "2.0.5",
"redux": "^4.0.1",
"redux-logger": "^3.0.6",
"redux-persist": "^5.10.0",
"redux-thunk": "^2.3.0"

App routes

They are three routes in this starter app one is only for admin user, go to profile to login

/         # Public routes 
/admin    # Admin routes

About


Languages

Language:JavaScript 90.4%Language:HTML 5.5%Language:CSS 4.1%