This repository contains a collection of stack examples from Merge.
We are UX first SaaS and fintech agency. We specialize in assisting startups in building software, experimenting with new features, and bringing their product vision to life.
In some of the examples in this repository, we utilize the JSONPlaceholder API for mock data. This API allows developers to simulate RESTful API responses and is a great resource for testing and prototyping.
This example demonstrates the implementation of a Todo App using the React framework, Vite as the build tool, and Redux Toolkit for state management. The Todo App showcases best practices for structuring a React application and utilizing Redux Toolkit for efficient state management.
Tool | Link |
---|---|
React | https://react.dev/ |
Vite | https://vitejs.dev/ |
Redux Toolkit | https://redux-toolkit.js.org/ |
The same Todo App as above, but this time using RTK Query for data fetching. RTK Query is a powerful data fetching and caching tool that is part of the Redux Toolkit ecosystem. It is a great alternative to Redux Thunk and other data fetching libraries.
Tool | Link |
---|---|
React | https://react.dev/ |
Vite | https://vitejs.dev/ |
RTK Query | https://redux-toolkit.js.org/rtk-query/overview |
Feel free to explore the code and customize it according to your needs.
Happy coding ✨!