You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is a demo application to practically experience the API connection between a Rails API application and a React-Redux application. This repository only has the files necessary to create the front end of this demo application. The hello-rails-back-end repository consists of the files necessary for the SQL database and the API.
A classic CRA Typescript Counter App built with Redux Toolkit. Uses the 'createSlice' method from the redux library. Also uses createAsyncThunks for a delayed effect for UI Updates
This repository demonstrates the use of both legacy Redux and Redux Toolkit for state management in JavaScript applications, with specific examples of integrating Redux Toolkit with React.
Pizza ordering app using Redux Toolkit for state management, React Router for navigation & Fetch for data fetching from API. Asynchronous operations like user location retrieval are handled with createAsyncThunk.