In This project a meme generator app is built using react to Learn various concepts of React.
- States
- States vs props
- Best pratices to use states and
- UseState Hook
- Leveling up States to parent component
- State changes through components and their childern
- Conditional Rendering and different use cases
- Form
- State and controlled inputs
- Various iput type like text,checkbox,select list etc.
- Submit button functioning
- UseEffect
- useEffect behviour
- Proper use of dependecies array
- Memory leaks and cleanup function
- async funtions in useEffect
- EventListeners and useEffect
- $ npm start
- Open http://localhost:3000 to view it in your browser.
