ZevelopaNotes
StorageTagsNotesTrainingCloud
Storage
Tags
Notes
Training
Cloud
Published on
December 21, 2021

Learning React

Table of Contents
  • React Hooks

https://www.youtube.com/watch?v=w7ejDZ8SWv8


React Hooks

  • Functions that let us hook into the React state and lifecycle features from function components
    • useState -> Returns a stateful value and function to update it
    • useEffect -> Perform side effects in function components
    • useContext, useReducer, useRef
← Flutter-Basic-Training-Firebase
Learning Javascript →
mailgithub
Matthew Chen
•
© 2022
•
Zevelopa Notes