Skip to content

tanveer65/react-workshop

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

react-workshop

A hands-on workshop on building Web Apps with React

Table of Contents

Environment Setup

For this workshop, we use the following set of tools and technologies:

Project Setup

The demo project can be setup by the procedure mentioned below.

Run the following commands in the exact order in order to download project dependencies and start the project.

  • $ cd react-workshop
  • $ yarn install
  • $ yarn start

ES6 Primer

The next (and much better) version of JavaScript that helps write consistent and error-free code.

  • let / const
  • template literals
  • Classes
  • Arrow functions
  • Object Literal Enhancements
  • Default Parameter Values
  • Object Spread Operator
  • Module Exports / Imports

Study Links:

Introduction to JSX

JSX allows writing Markup in JavaScript. It's a utility that helps developers create React components quickly and seamlessly.

  • Branch: lesson_jsx

Study Links:

About

A hands-on workshop on building Web Apps with React

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 73.7%
  • CSS 18.3%
  • HTML 8.0%