Skip to content

ESE-MONDAY/mastering-react-workshop

 
 

Repository files navigation

Mastering React: Building Predictable Apps Workshop

The goal of this project is to showcase the best practices in building very reliable React applications.

This workshop is not targeted at React beginners but at developers with a good amount of experience in building with the library.

Built with:

Setup (Local Machine)

The facilitator used yarn as the package manager. Feel free to use npm if that is your preference. For the full details of the setup of this workshop, have a look at EnvironmentSetup.md.

To set up project: fork sailsconf_react_workshop into your own Github account.

Then clone your repo locally.

- git clone https://github.com/[YOUR_USERNAME]/mastering-react-workshop.git (HTTPS)
- git@github.com:[YOUR_USERNAME]/mastering-react-workshop.git (SSH)
- cd mastering-react-workshop
- yarn install

Alternatively, you can clone the project via the GitHub CLI by typing the following command:

gh repo clone [YOUR_USERNAME]/mastering-react-workshop

Setup (CodeSandBox)

Just click the CodeSandBox link below and set-up your workspace!

Edit EOEboh/mastering-react-workshop/main

Workshop Emoji Jargons

👉🏽 : the finger-pointing emoji indicate that an action need to be taken. Think of it as the "actionable instruction" for every step

❗❗ : the double red exclamation mark indicates a warning action, anytime you see it, make sure you take note of what it is trying to tell you

💭 : the thought emoji indicates a hint, think of it as something that can help you achieve a particular step

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 90.9%
  • CSS 8.4%
  • HTML 0.7%