Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 2.13 KB

README.md

File metadata and controls

28 lines (19 loc) · 2.13 KB

Pulse: React Lessons

This repo will link to a series of other learning repositories that shall help guide you on your path in your React journey. Each assignment will be based on the lectures you attend during the weekly meetings and you will build skill that will build your React development skills greatly.

How To Get Help

The #website-officehours Slack channel is designed for you to be able to reach out and get help at anytime. Also, if you found a section of a lesson tricky to follow or just confusing, please post a Github Issue for that specific assignment, and I will resolve it as soon as possible. The folder you see in this repo are actually git submodules that link to other repositories. This way each lesson will be able to have its own Github Page to demonstrate what the end result from the lesson should look like.

JavaScript VS React

Since many of you are going through these lesson maybe knowing neither React nor JavaScript, as you do them you are probably wondering which parts of the code are pure JavaScript and which parts are React specific. To help with this, here are two links that should help you compare the two.

Generic JavaScipt Concepts

React Specific Concepts