Skip to content

Latest commit

 

History

History
48 lines (33 loc) · 1000 Bytes

README.md

File metadata and controls

48 lines (33 loc) · 1000 Bytes

Bicara Hook Series

This repo contain resource of Bicara Hook. Youtube Series for Learn React Hook

Table Of Content

  1. Component State
  2. Side Effect
  3. State Management
  4. Optimization

Getting Started

1. Clone this repo

  $ git clone https://github.com/SastraNababan/bicara-hook

2. Install & Setup

  $ cd bicara-hook

  $ npm install
  
  $ npm run setup

3. Run Project This is repo contain few project inside /parts folder, to run project from root folder, use one of command below :

  # 01-component-state 
  $ npm run part1 
  
  # 02-side-effect       
  $ npm run part2 
  
  # 03-global-state
  $ npm run part3 
  
  # 04-performance-optimization
  $ npm run part4 

Bugs and Issues

Have a bug, suggestion or question? Open a new issue here on GitHub.