Coder Social home page Coder Social logo

reactjs_koans's Introduction

React.js Koans

If you want to learn React.js you came into right place. We prepared set of practical exercises that will help you learn React.js from zero. There is no starting knowledge required. Only thing you need to know is JavaScript (of course).

You would need to complete given tasks. Prepared test would check if they were done correctly.

Installation

  1. git clone [email protected]:arkency/reactjs_koans.git
  2. npm run setup

Koans structure

  • You need to edit files only in exercises directory
  • koans directory contains sources of all exercises. test is for tests.
  • src is a contains files compiled from exercises
  • build contains sources launched in web browser version of Koans.

Start local web server (optional)

You can run webserver and see your changes live in your web browser:

  1. Run command npm run start
  2. Visit http://localhost:8080/

Instructions

  1. You should fill code in exercises directory and run tests to see if you did everything right.
  2. You must do exercises in given order.
  3. Try to not peek at the tests files! They contain spoilers.
  4. To run tests, use npm run test-es6. To automatically run tests when your code changes, use npm run watch.

Additional resources

  • React docs - it's a great source of in-depth information about React.
  • Rails Meets React - book explaining how to use React.js for Ruby on Rails developers (20% off code: KOANS).
  • Why keys are important in React - great reading explaining the reason of React's keys.
  • Reactiflux. User group on Slack. You can meet there a lot of people using React. There's a channel for begineers needhelp.

reactjs_koans's People

Contributors

voter101 avatar rybex avatar firedev avatar swistak35 avatar andrzejkrzywda avatar killavus avatar winkler1 avatar

Stargazers

OftenGuy avatar  avatar

Watchers

Thomas Davis avatar James Cloos avatar  avatar

Forkers

youngfreezy

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.