/bicara-hook

Bicara Hook Youtube Series

Primary LanguageJavaScriptGNU General Public License v3.0GPL-3.0

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.