Skip to content

mergerocks/stack

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Stack

This repository contains a collection of stack examples from Merge.

🏡 About Us

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.

🧪 Examples:

👉 React + Vite + Redux Toolkit

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.

Repository | Demo

Tool Link
React https://react.dev/
Vite https://vitejs.dev/
Redux Toolkit https://redux-toolkit.js.org/

👉 React + Vite + RTK Query

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.

Repository | Demo

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 ✨!