Skip to content

TechPrimers/react-playground

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

React Playground

This repo is dedicated for learning React JS

Table of Contents

Day 1

  • Create a Hello World app in React
    • npx create-react-app hello-world-app - took more than 5 minutes. Wow! The opposite for python. Took 5 minutes to write a hello world. :)
    • Creating an app under learn-react

Day 2

  • Followed video
  • Understanding components and jsx
    • Created new component and imported and used it as a JSX
    • Created a tweet page
    • Use states

Installation

  • brew install node
  • npm i create-react-app - I did not prefer the Global installation. NPM Site

About

React playground for learning reactjs

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published