Git Product home page Git Product logo

react's Introduction

React and Redux

This workshop will give a whirlwind tour of React and Redux, demonstrating the core principles and providing a platform to build on.

Focus of this workshop

We will learn about React and build React components using the well-known Todo application as our use-case. After making a few components and making them render to the screen, we'll install Redux. We'll then move our state over to be handled by Redux and inject it back into React.

Time estimate: 4-6 hours

What you need

  • Google Chrome
  • Extension: "React dev tools"
  • Extension: "Redux dev tools"
  • An text editor that understands JavaScript and React (Atom, Visual Studio Code, Sublime Text, etc). If you're using Atom, you'll need to install the plugin react as well.
  • NodeJS (latest) and npm (latest). Run node -v and npm -v to check what version you have. Check the latest version at NodeJS.org and upgrade if you're out of date.

How to get started

  • Start by cloning this repository into a folder on your computer. If you've never used git before, you can alternatively use the the "Download ZIP" button to the right.
  • Although you have this README.md file on your computer it's easier to read it on GitHub, so we recommend you keep this page open with the exercise tasks.

Exercises

This repository contains a set of exercises organized in folders. Each folder contains a README.md describing the exercise.

Symbols and notation used in exercises

Icons with special meaning

โœ๏ธ - A task you should do ๐Ÿ“– - A section of text to read (no tasks, just information). ๐Ÿ’ก - Additional information. โ— - Something important. โ“ - Open-ended question for the reader ("What do you think would happen if...") ๐Ÿ’ฉ - Bad practice (don't-do-this) โญ - A bonus task (not required)

Keyboard keys

Will look like this:

CTRL + ALT + C

Diff blocks

Emphasizes how lines of text should change.

- this text was removed
+ and replaced with this text

Standing on the shoulders of giants

These excercises were originally forked from the excellent React and Redux workshop materials by Bergen Nerdschool.

react's People

Contributors

eaardal avatar erlendr avatar kariyaki avatar sivhollup avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.