redux-toolkit
vite
redux-toolkit | vite | |
---|---|---|
304 | 883 | |
10,830 | 70,498 | |
0.3% | 1.3% | |
9.7 | 9.9 | |
16 days ago | 4 days ago | |
TypeScript | TypeScript | |
MIT License | MIT License |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
redux-toolkit
-
What is Redux Toolkit: When and How to use it Effectively?
Redux is a predictable state management tool for JavaScript apps. A state is something that keeps the app running for example when you are asked to select gender in a website, the state is either male or female.
-
Why Zustand suceed in the React state management war?
I said the wrong shape, because I think that, if redux-toolkit was the version people used a lot in the past, their views on redux would be different today. Being more positive, than it is.
-
Getting Started with Redux and Redux Toolkit
So you can imagine how much more we'd need to write to introduce reducers and actions in a real-world application. This is where Redux ToolKit comes in very handy.
-
Simplifying State Management with Redux Toolkit: A Complete Guide
Redux Toolkit Documentation
-
A mid-career retrospective of stores for state management
Redux is rather overkill in today's front end ecosystem if you're building an MVP, and as of late more have been using redux-toolkit or useReducer to update slices of state.4
-
React 19 Finally Stable, New Rust-Based JavaScript Framework, New Developer Tools, and more
React 19 Async Features Boa v0.20 Rust-Powered Engine Safari 18.2 Developer Updates Redux Toolkit 2.5 Termo Civet Rockpack
-
Building a Scalable URL Shortener with Node.js (Part 2/2)
RTK Query: A data-fetching and state management tool for making API requests to our backend.
-
Understanding Redux: A tutorial with examples
To cut down the boilerplate, Redux provides a handy extension, popularly known as the Redux Toolkit, which is recommended for use in a React-Redux setup. We’ll cover the advantages of RTK and its utilities as we discuss the core concepts of Redux.
-
Redux Toolkit vs. Plain Redux: How Immer Transforms State Management
Redux Toolkit (RTK) is an abstraction built on top of Redux that simplifies its usage by reducing boilerplate and making common tasks easier. RTK provides convenient functions like createSlice for generating actions and reducers in one go, and createAsyncThunk for handling asynchronous logic (like API calls). It offers tools to manage state efficiently without having to manually set up actions, reducers, and middleware, streamlining the setup process for new Redux projects.
-
QuickTip: Writing Shared (common) reducer actions in redux-toolkit
The modern way to write redux is through redux-toolkit as recommended by redux maintainers.
vite
-
Matanuska ADR 017 - Vitest, Vite, Grabthar, Oh My!
I began searching for a new test framework, and at the recommendation of Nuck, I gave Vitest a shot. It's by the developers of Vite, which I loved. I don't do a lot of frontend development, but when I do, Vite is often my choice. Unlike many other solutions to frontend builds I've tried in the past, Vite "just works" and involves minimal baggage (looking at you, Angular).
-
Lexical 0.24 with Vanilla JS: Getting started
This post shows how to embed the editor in a Bun-powered Vite project handled by Vanilla JS.
-
Creating a Browser Extension in 2025
Vite is a build tool that has risen in usage in the past years. It accepts plugins in the config to modify its behaviour and there exists one for creating a browser extensions, Vite Plugin Web Extension.
-
Vite is suddenly not working due to CORS error? 🧐 (DDEV)
This is because a security issue was reported to Vite: Any websites were able to send any requests to the development server and read the response
-
Creating a web video application
import { defineConfig } from 'vite' import react from '@vitejs/plugin-react' // https://vite.dev/config/ export default defineConfig({ base: './', plugins: [react()], })
-
Easily Sync Your Subtitles with React, RHF and shadcn/ui
We'll use React with Vite, shadcn/ui (a collection of reusable components I have been wanting to try for a while), React Hook Form for form management, and Zod for schema-based form validation.
-
Migrating a Legacy Project from Vue CLI to Vite
Recently, a ticket was added to our sprint with the goal of reducing packages with critical and high vulnerabilities in a legacy project. The task involved migrating a Vue 2 project using Vue CLI as the build tool to Vite.
-
A Quick Intro to React.js
Tools like Vite should be used to build React components and JSX into a javascript bundle that can be executed in the browser.
-
A Gentle Introduction to WebAssembly in Rust (2025 Edition)
Start a new TypeScript project called ‘wasm-on-web’ with Vite (or your framework of choice, if any)
-
Building Modern React Apps in 2025 - A Guide to Cutting-Edge Tools and Tech Stacks
Astro Next.js Remix Vite Tanstack Start
What are some alternatives?
redux-saga - An alternative side effect model for Redux apps
webpack - A bundler for javascript and friends. Packs many modules into a few bundled assets. Code Splitting allows for loading parts of the application on demand. Through "loaders", modules can be CommonJs, AMD, ES6 modules, CSS, Images, JSON, Coffeescript, LESS, ... and your custom stuff.
zustand - 🐻 Bear necessities for state management in React
gulp - A toolkit to automate & enhance your workflow
SWR - React Hooks for Data Fetching
Next.js - The React Framework
redux-thunk - Thunk middleware for Redux
parcel - The zero configuration build tool for the web. 📦🚀
jotai - 👻 Primitive and flexible state management for React
grunt - Grunt: The JavaScript Task Runner
react-query - 🤖 Powerful asynchronous state management, server-state utilities and data fetching for TS/JS, React, Solid, Svelte and Vue. [Moved to: https://github.com/TanStack/query]
tsup - The simplest and fastest way to bundle your TypeScript libraries.