Skip to content

Latest commit

 

History

History
44 lines (28 loc) · 1.6 KB

README.md

File metadata and controls

44 lines (28 loc) · 1.6 KB

Change log

01 Create project

02 Define a functional modular structure

03 Define component state

04 Extract the state from presentational components

05 Fetch data from REST services

06 Use reducers to manage complex behaviour

07 Lift state up using context providers

08 Receive server-side notifications via web sockets