All Projects → planetoftheweb → Reactinterface

planetoftheweb / Reactinterface

Licence: mit
This is the repository for my course, Building a Web Interface with React.js on LinkedIn Learning and Lynda.com.

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Reactinterface

Front End Web Development Resources
This repository contains content which will be helpful in your journey as a front-end Web Developer
Stars: ✭ 3,452 (+2954.87%)
Mutual labels:  framework, tutorial
Javascripttraining
Training course repository for JavaScript
Stars: ✭ 658 (+482.3%)
Mutual labels:  tutorial, training
Program Y
Python 3.x based AIML 2.0 Chatbot interpreter, framework, related programs and knowledge files
Stars: ✭ 281 (+148.67%)
Mutual labels:  framework, tutorial
Gooact
⚛️ React done in 160 lines of JavaScript.
Stars: ✭ 182 (+61.06%)
Mutual labels:  framework, tutorial
D3
This is the repository for my course, Learning Data Visualization with D3.js on LinkedIn Learning and Lynda.com.
Stars: ✭ 64 (-43.36%)
Mutual labels:  tutorial, training
Crank
Write JSX-driven components with functions, promises and generators.
Stars: ✭ 2,487 (+2100.88%)
Mutual labels:  framework, jsx
Nerv
A blazing fast React alternative, compatible with IE8 and React 16.
Stars: ✭ 5,409 (+4686.73%)
Mutual labels:  framework, jsx
Improved Body Parts
Simple Pose: Rethinking and Improving a Bottom-up Approach for Multi-Person Pose Estimation
Stars: ✭ 202 (+78.76%)
Mutual labels:  tutorial, training
Advanced R
One day course covering functions, functional programming and tidy evaluation
Stars: ✭ 38 (-66.37%)
Mutual labels:  tutorial, training
Bootstrap
Repository for my tutorial course: Bootstrap 3 Essential Training on LinkedIn Learning and Lynda.com.
Stars: ✭ 14 (-87.61%)
Mutual labels:  tutorial, training
Avalanche
Avalanche: a End-to-End Library for Continual Learning.
Stars: ✭ 151 (+33.63%)
Mutual labels:  framework, training
Go Collection
🌷 awesome awesome go, study golang from basic to proficient
Stars: ✭ 1,193 (+955.75%)
Mutual labels:  tutorial, training
Nimble
Stars: ✭ 121 (+7.08%)
Mutual labels:  framework, training
Choo Handbook
🚂✋📖 - Learn the choo framework through a set of exercises
Stars: ✭ 266 (+135.4%)
Mutual labels:  framework, tutorial
Purrr Tutorial
A introduction to purrr
Stars: ✭ 222 (+96.46%)
Mutual labels:  tutorial, training
Cntk World
🌎 Simple and ready-to-use deep learning examples for the Microsoft Cognitive Toolkit (CNTK)
Stars: ✭ 335 (+196.46%)
Mutual labels:  framework, tutorial
Training Material
A collection of Galaxy-related training material
Stars: ✭ 184 (+62.83%)
Mutual labels:  tutorial, training
React Workshop
The course material for our React Hooks workshop
Stars: ✭ 184 (+62.83%)
Mutual labels:  tutorial, training
Webmiddle
Node.js framework for modular web scraping and data extraction
Stars: ✭ 13 (-88.5%)
Mutual labels:  framework, jsx
Electron
This is the repository for my course, Electron: Building Cross Platform Desktop Apps on LinkedIn Learning and Lynda.com.
Stars: ✭ 69 (-38.94%)
Mutual labels:  tutorial, training

Building a Web Interface with React.js

This is the repository for my course Building a Web Interface with React.js. The full course is available on LinkedIn Learning and Lynda.com

Building a Web Interface with React.js

React is a JavaScript library for creating user interfaces that display dynamic data. Because of its reusable components and unique data rendering approach, the web interfaces you create with React are flexible, fast, and lightweight. Need another reason to choose React? It's also easy to learn, with these lessons from staff author Ray Villalobos. Join Ray as he reviews React's component architecture and covers key skills such as handling events, breaking code into custom subcomponents, managing form fields with references, and setting up sorting and search. Every lesson is focused on the specifics of creating web interfaces with React, so you'll be able to easily transition the techniques to your own projects.

Instructions

This repository has branches for each of the videos in the course. You can use the branch pop up menu in github to switch to a specific branch and take a look at the course at that stage. Or you can simply add /tree/BRANCH_NAME to the URL to go to the branch you want to peek at.

Branches

The branches are structured so that they correspond to the videos in the course. So, for example if I name a branch 02_03b then that branch corresponds to the second chapter and the third video in that chapter. The extra letter at the end of the name corresponds to the state of the branch. A b means that this is how the code looks at the beginning of the video, an e means that is how the code looked at the end of the video.

You may find additional branches that correspond to other states, so for example, you may see a t, which means this is a target branch. A target branch is something I use during development or updates of a course and it's for a branch that I'm working towards. For the purposes of taking a course, you may ignore any additional branches. The master branch usually has the state of the project as I'm working through it and the final state of the code when I finish the course.

Installing

  1. Make sure you have these installed
  2. Clone this repository into your local machine using the terminal (mac) or Gitbash (PC) > git clone CLONEURL
  3. CD to the folder cd FOLDERNAME
  4. Run > npm install to install the project dependencies
  5. Run > grunt to start live preview server

More Stuff

Check out some of my other courses on LinkedIn Learning and lynda.com. You can follow me on LinkedIn, read my blog, follow me on twitter, or check out my youtube channel.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].