Lemoncode / from-react-to-redux-ts

Implementing a simple list application in a progressive way

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

from-react-to-redux-ts

Implementing a simple list application in a progressive way: this application read a member list from GitHub API and displays it in a table.

Each sample contains an step by step guide to reproduce it.

Samples:

  • 00 Boilerplate: starting from scractch, npm init webpack configuration...
  • 01 Harcoded list component: building the components layout / hierarchy and feeding harcoded data (root state).
  • 02 Api: Implement a remote api that read from a remote source.
  • 03 Redux: Add redux support.
  • 04 Reselect: use of selectores.

About Basefactor + Lemoncode

We are an innovating team of Javascript experts, passionate about turning your ideas into robust products.

Basefactor, consultancy by Lemoncode provides consultancy and coaching services.

Lemoncode provides training services.

For the LATAM/Spanish audience we are running an Online Front End Master degree, more info: http://lemoncode.net/master-frontend

About

Implementing a simple list application in a progressive way

License:MIT License


Languages

Language:TypeScript 71.1%Language:JavaScript 26.1%Language:HTML 2.8%