Giter Site home page Giter Site logo

react2's Introduction

React 2

Outline

In this module, we'll continue learning about React. In this module, you'll be creating an actual application that can generate company names based on user input.

Contrary to the to-do list app we've been creating, this application is more focused on performing an action (generate a name) rather than displaying data. This way, you gain a better understanding of how React can be applied in applications of varying nature.

Centralized state

The focus of this module will be on "centralized state". In the previous module, we would keep our application state within the root App component. This meant that all child components required callbacks (function-type props) to communicate changes. This would quickly become messy.

Redux and MobX are examples of libraries that provide such centralized state. In this module however, we'll be working with a very simple trimmed down version. In Week 1, we'll explain how you can use this system in our application.

Planning

Week Read Homework
1. No reading Week 1 Homework
2. TBA Week 2 Homework
3. TBA Week 3 Homework

Handing in homework

Take a look at this video made by Daan, he explains how your homework needs to be handed in.

Also review the Git workflow material from the JavaScript3 module, use this as a reference.

react2's People

Contributors

joostlubach avatar

Watchers

 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.