John321Blacksmith / recipes_ui

This is a client-side app for the backend
0 stars 0 forks source link

Build a store for reducers #7

Open John321Blacksmith opened 12 months ago

John321Blacksmith commented 12 months ago

define the RecipeAPI which contains backend endpoints to be transformed into RecipeQueries. this api then is used by the redux reducer.

John321Blacksmith commented 11 months ago

For now, It's been replaced by the standard API fetching methods.