Skip to content

Latest commit

 

History

History
30 lines (28 loc) · 1.14 KB

ES6AndReactJS_en.md

File metadata and controls

30 lines (28 loc) · 1.14 KB

ES6 & ReactJS learning guide

1. Goal

This section will show you how to develop a web application using ES6 & ReactJS At the end of this section, students will be able to:

  • Master and practice the basic features of ES6
  • Master and practice the basic knowledge of reactJS such as Component, State, Props, Event...
  • Mastering and practicing Redux knowledge
  • Works with web API

2. Study time

5 days (Calculated by working days, in case of part-time work up to 7 consecutive days from the start date)

3. Document link

ES6

ReactJS

4. Practical exercise:

Make a simple e-commerce website https://community.algolia.com/instantsearch.js/v1/examples/e-commerce/

  1. Using pure reactJS
  2. Using redux
  • General requirements: Use json-server to create web API Product list is taken from API data

Note

Use class naming rules: