Redux in action

With Redux, you manage the state of a web application in a single, simple object, practically eliminating most state-related bugs. Centralizing state with Redux makes it possible to quickly start saved user sessions, maintain a reliable state history, and smoothly transfer state between UIs. Plus, t...

Full description

Bibliographic Details
Main Authors: Garreau, Marc, Faurot, Will (Author)
Format: eBook
Language:English
Published: Shelter Island, NY Manning Publications Co. 2018
Subjects:
Online Access:
Collection: O'Reilly - Collection details see MPG.ReNa
LEADER 02679nmm a2200373 u 4500
001 EB001942792
003 EBX01000000000000001105694
005 00000000000000.0
007 cr|||||||||||||||||||||
008 210123 ||| eng
020 |a 1617294977 
050 4 |a TK5105.875.I6 
100 1 |a Garreau, Marc 
245 0 0 |a Redux in action  |c Marc Garreau and Will Faurot 
260 |a Shelter Island, NY  |b Manning Publications Co.  |c 2018 
300 |a 1 volume  |b illustrations 
505 0 |a Introducing Redux -- Your first Redux application -- Debugging Redux applications -- Consuming an API -- Middleware -- Handling complex side effects -- Preparing data for components -- Structuring a Redux store -- Testing Redux applications -- Performance -- Structuring Redux code -- Redux beyond react 
653 |a Web site development / http://id.loc.gov/authorities/subjects/sh98004795 
653 |a Web applications / fast 
653 |a Web site development / fast 
653 |a Web applications / http://id.loc.gov/authorities/subjects/sh2012001728 
653 |a Application software / Development / http://id.loc.gov/authorities/subjects/sh95009362 
653 |a Logiciels d'application / Développement 
653 |a Sites Web / Développement 
653 |a Applications Web 
653 |a Application software / Development / fast 
700 1 |a Faurot, Will  |e author 
041 0 7 |a eng  |2 ISO 639-2 
989 |b OREILLY  |a O'Reilly 
500 |a Includes index 
776 |z 9781617294976 
856 4 0 |u https://learning.oreilly.com/library/view/~/9781617294976/?ar  |x Verlag  |3 Volltext 
082 0 |a 006.7/8 
520 |a With Redux, you manage the state of a web application in a single, simple object, practically eliminating most state-related bugs. Centralizing state with Redux makes it possible to quickly start saved user sessions, maintain a reliable state history, and smoothly transfer state between UIs. Plus, the Redux state container is fully programmable and integrates cleanly with React and other popular frameworks. "Redux in action" is an accessible guide to effectively managing state in web applications. Built around common use cases, this practical book starts with a simple task-management application built in React. You'll use the app to learn the Redux workflow, handle asynchronous actions, and get your hands on the Redux developer tools. With each step, you'll discover more about Redux and the benefits of centralized state management. The book progresses to more-complex examples, including writing middleware for analytics, time travel debugging, and an overview of how Redux works with other frameworks such as Angular and Electron