Skip to content

This repository is for exercises in Part 6 of Full Stack Open (FSO), "Advanced state management". The projects in this repo are all front-end React web apps, though some have a back-end component handled through json-server. The projects are focused on state management using either Redux or React Query and useReducer.

Notifications You must be signed in to change notification settings

djanyreason/FSO_06

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 

Repository files navigation

This repository is for exercises in Part 6 of Full Stack Open (FSO), "Advanced state management" - https://fullstackopen.com/en/part6

The exercises in this part focus on front-end development in React. Some of them also have a back-end component, which is handled through json-server.

The projects in this section focus on react state management either through Redux or through the combination of React Query for managing state of remotely stored data and useReducer for state of frontend/local-only elements.

There are three projects contained in this repository, each in their own subfolder:

  • /unicafe-redux - a web app that counts 'good' 'ok' and 'bad' reviews of a university cafe; uses Redux for state management
  • /redux-anecdotes - a web app that displays a list of software development anecdotes; uses Redux for state management
  • /query-anecdotes - a web app that displays a list of software development anecdotes; uses React Query and useReducer for state management

About

This repository is for exercises in Part 6 of Full Stack Open (FSO), "Advanced state management". The projects in this repo are all front-end React web apps, though some have a back-end component handled through json-server. The projects are focused on state management using either Redux or React Query and useReducer.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published