Code Monkey home page Code Monkey logo

reactlab's Introduction

React Lab

A Lab to learn ReactJS in a creative way.

1. Getting started (Week 1)

1.1 Why React?

1.2 JSX

1.3 Hello World in React (Game 1)

Create a Web project and try to use React.js in a Web document.

Dependencies

Deployment notes

To launch in localhost your example exist several alternatives. With Node.js you can use the following module.

npm install http-server -g
http-server ./YOUR_PATH -p 3000

Using Python, you can use the following command:

python -m SimpleHTTPServer

If you like to share your project in localhost to worldwide, you have 2 alternatives:

https://ngrok.com/

./ngrok authtoken YOUR_TOKEN
./ngrok http 3000

https://localtunnel.github.io/www/

npm install -g localtunnel
lt --port 3000 --subdomain myproject1

2. Using React in a Document (Week 2)

2.1 React Component Lifecycle

2.2 States (render, getInitialState, getDefaultProps, change, click, submit, componentWillMount, componentDidMount)

2.2 Adding logic in your components

2.3 Properties

2.4 Create a contact form with React (Game 2)

3. Interacting with the server (Week 3)

3.1 React + JQuery

3.2 Fetching from the server

3.3 Send data to the server

3.4 Load data from a REST API or Mock in a Document (Game 3)

4. SPA with React (Week 4)

4.1 What is SPA?

https://medium.com/@sapegin/react-and-redux-single-page-applications-resources-22cd859b0c1d#.lsjjkq1fo

4.2 Redux

4.3 React Router

4.4 Reflux.js

4.5 Inmutable.js

4.6 Create a simple SPA about your favourite hobbie (Game 4)

Dependencies

5. TDD with React (Week 5)

Requirements to participate in the "React Games"

To participate in the "React Games" it is necessary to manage:

Minimum

  • Git/Github
  • SublimeText 3
  • Experience in Web development (5 years of experience)
  • JQuery + Ajax
  • HTML5
  • Bootstrap

Standard

  • Gitflow
  • Chrome DevTools
  • Node.js programming
  • Grunt programming

Premium

  • MVC programming (Backbone.js, Angular.js)
  • Material Design / Web Components
  • ES2015
  • Gulp programming

Links

reactlab's People

Contributors

jabrena avatar moonytoes29 avatar samkirton avatar suriv avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

reactlab's Issues

REACTLAB3_JAB - Game1

It is necessary to create the Game1 about points explained in Week1.

create the example in the path:

/games/jab/game1

REACTLAB_G2_JRL

Develop a Form with React.

The name of the issue is the name of the feature branch: REACTLAB_G2_JRL

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.