/react-hooks-context

study react hooks and context from youtube

Primary LanguageJavaScript

What is this?

I learn react hooks & context from youtube here

How to use?

I separate each tutorial by folder. I am using facebook create-create-app as framework

  • Clone the git
  • Got into specific folder
  • Then start the react app

Example below:

git clone git@github.com:hassifmohd/react-hooks-context.git
cd react-hooks-context
cd contextapp
npm start

List of tutorial in details

Note: List is according to orders

No Folder What it does Tutorial No
1 contextapp Learn about context #1
2 hooksapp Learn about hooks #9
3 hooks_context_v2app Combine context & hooks #13
4 hooks_contextapp Create booklist apps using context & hooks #16
5 reduxapp Add redux to booklist apps #19
6 localstorageapp Add local storage to booklist apps #21