Skip to content

An app to test the structure of React projects with the use of the Context API and React Hooks

Notifications You must be signed in to change notification settings

samrooke/ReactTestApp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Content

This app currently has a working login page that will persist across the app.

The router is set up so routing will be automatically handled depending on the current logged in state of the user.

Notes

  • Project currently isn't strongly typed 100% - some cases of the react framework don't support typing and / or are not documented very well.

  • Fetch client needs to be updated for types - currently only accepts one type and expects to get the same type back

    • This may not always be the case which you can see from the login request and response

Run

npm start or yarn start

To login you will need to have the ZenAuto app server running - use the following credentials: username - david password - password

  • If this doens't work, go to the src/services/config.ts file to configure the endpoint for the api.

About

An app to test the structure of React projects with the use of the Context API and React Hooks

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published