Skip to content

codeando-feliz/prillare.pe

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

State Management

To add a piece of functionality follow the structure:

  1. Start off with the constants
  2. Create a new reducer and add it to the store.js
  3. Create an action to actually make a request to the backend
  4. Replace useEffect logic (on the component screen), so it will fetch data from the action

JSON Web Token

JSON Web Token (JWT) is a compact URL-safe means of representing claims to be transferred between two parties.

Header + Payload + Signature

JWT

Read More

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors