Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

cristi-salcescu/functional-architecture-with-react-and-redux

Open more actions menu

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Functional Architecture with React and Redux

Source Code

If you want to learn React and Redux by example this is a book you would like. We are going to build several applications with an incremental level of complexity by going through the same steps.

The unidirectional flow implies getting the initial state, showing it to the user using the view functions, listening for actions, updating the state based on those actions, and rendering the updated state back to the user again.

In all application we will identify these concepts:

  • The state  -  the data that is stored and can change.

  • The views  -  functions transform the data into HTML. React makes it easier to create view functions that take input data and - return the visual representation of it using an XML-like syntax called JSX.

  • Actions  -  plain data objects used to express user interaction.

  • The updaters  -  functions transform the state. They receive the current state and an action and return the new state. The Redux library provides a functional approach for managing state using pure update functions.

From simple to complex, we are going to build:

  • The Counter app

  • A Sidebar

  • The Color Search app

  • The Loan Calculator app

  • The Toast Notification module

  • The Weather Forecast app

  • The Hacker News Client

  • A Show More component

  • The NYT Client

  • A Fetch module

"One of the best new Redux ebooks" - BookAuthority

https://www.amazon.com/dp/B0846NRJYR/

https://www.amazon.co.uk/dp/B0846NRJYR/

https://www.amazon.es/dp/B0846NRJYR/

https://www.amazon.fr/dp/B0846NRJYR/

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
Morty Proxy This is a proxified and sanitized view of the page, visit original site.