Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

imranhsayed/react-workshop

Open more actions menu
 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

React Workshop

🔥 This is a workshop for learning how to build React Applications.

Before you Start

I've branched the repo for individual topics. To checkout all branches run: git branch --all. To checkout individual branch run: git checkout <branch name>. From there on you should be good.

Branch Name: 03-context

Branch Description:

Example for React Context Context is Universal centralized data for your application. We can avoid passing props through intermediate elements, with the help of Context

Installation

  1. Clone this repo in git clone https://github.com/imranhsayed/react-workshop

  2. Run npm install

Blog Link

Commands

  • dev Runs webpack dev server for development ( in watch mode )
  • prod Runs webpack in production mode
Morty Proxy This is a proxified and sanitized view of the page, visit original site.