An open API service providing repository metadata for many open source software ecosystems.

GitHub topics: reducer

nawinRawmeat/expo-playground

My expo playground. Will be adding screens and components as i play

Language: TypeScript - Size: 2.17 MB - Last synced at: about 8 hours ago - Pushed at: about 9 hours ago - Stars: 0 - Forks: 0

aigoncharov/reducer-class

Boilerplate free class-based reducer creator. Built with TypeScript. Works with Redux and NGRX. Has integration with immer.

Language: TypeScript - Size: 768 KB - Last synced at: 1 day ago - Pushed at: about 6 years ago - Stars: 25 - Forks: 0

janosh/tensorboard-reducer

Reduce multiple PyTorch TensorBoard runs to new event (or CSV) files.

Language: Python - Size: 1.08 MB - Last synced at: 3 days ago - Pushed at: 3 days ago - Stars: 73 - Forks: 4

unadlib/mutative

Efficient immutable updates, 2-6x faster than naive handcrafted reducer, and more than 10x faster than Immer.

Language: TypeScript - Size: 15.6 MB - Last synced at: 5 days ago - Pushed at: 5 days ago - Stars: 1,729 - Forks: 20

MozillaSecurity/lithium

Line-based testcase reducer

Language: Python - Size: 731 KB - Last synced at: 4 days ago - Pushed at: about 2 months ago - Stars: 96 - Forks: 24

immerjs/immer

Create the next immutable state by mutating the current one

Language: JavaScript - Size: 5.57 MB - Last synced at: 6 days ago - Pushed at: 8 months ago - Stars: 28,300 - Forks: 861

Percona-QA/percona-qa

Percona QA is a suite of scripts and utilities that assists in building, continuous integration, automated testing & bug reporting for Percona Server, Percona XtraDB Cluster, Percona XtraBackup, Percona Server for MongoDB, as well as other flavors of MySQL (Oracle, Facebook MyQSL, WebScaleSQL, MariaDB) etc.

Language: Shell - Size: 1.6 GB - Last synced at: 6 days ago - Pushed at: 6 days ago - Stars: 69 - Forks: 44

bhovhannes/redux-action-chain-hor

Higher-order reducer which makes possible dispatching an array of actions at once

Language: TypeScript - Size: 2.59 MB - Last synced at: 8 days ago - Pushed at: 8 days ago - Stars: 1 - Forks: 0

piashcse/expo-museum

Expo Museum 🏛️ is a playground for experimenting with various Expo features and UI components, demonstrating the power of Expo for building beautiful, cross-platform mobile applications.

Language: TypeScript - Size: 1.09 MB - Last synced at: 10 days ago - Pushed at: 10 days ago - Stars: 4 - Forks: 0

thedvlprs/redux-course-ru

🚀 React Redux туториал [ru]

Language: JavaScript - Size: 1.93 MB - Last synced at: 12 days ago - Pushed at: 12 days ago - Stars: 2 - Forks: 0

redux-orm/redux-orm

NOT MAINTAINED – A small, simple and immutable ORM to manage relational data in your Redux store.

Language: JavaScript - Size: 8.05 MB - Last synced at: 9 minutes ago - Pushed at: over 2 years ago - Stars: 2,948 - Forks: 114

Songgyubin/Android-MVI-Sample

MVI + Coroutine + Compose + Paging3 Sample

Language: Kotlin - Size: 154 KB - Last synced at: 17 days ago - Pushed at: 17 days ago - Stars: 0 - Forks: 0

jaystack/repatch

Dispatch reducers

Language: TypeScript - Size: 133 KB - Last synced at: 4 days ago - Pushed at: over 7 years ago - Stars: 503 - Forks: 12

RobusGauli/js-immutable

💎 Modern IMMUTABILITY for JavaScript. Clean and Elegant 🎗

Language: JavaScript - Size: 1.46 MB - Last synced at: 11 days ago - Pushed at: over 2 years ago - Stars: 29 - Forks: 5

type-hub/re-action

🛠️ Your toolbox for working with React's useReducer hook 🪝

Language: TypeScript - Size: 159 KB - Last synced at: 2 days ago - Pushed at: 19 days ago - Stars: 4 - Forks: 0

cirbuk/reducer-factory

Redux reducers made declarative

Language: JavaScript - Size: 1010 KB - Last synced at: 19 days ago - Pushed at: 19 days ago - Stars: 5 - Forks: 1

Nima-sltn/Booking-Hotel-App

A Hotel Reservation Site that Allows You to Find the Desired Hotel Based on your Needs and Conditions or Add the Desired Hotel to the Bookmark List from the Map.

Language: JavaScript - Size: 360 KB - Last synced at: 23 days ago - Pushed at: 24 days ago - Stars: 4 - Forks: 0

nafistarik/PxlHut_Form

A responsive multi-step form with validation using React Hook Form and Zod. Built with Next.js, Redux Toolkit, and TailwindCSS. Includes dark mode, animations, and state persistence.

Language: TypeScript - Size: 95.7 KB - Last synced at: 25 days ago - Pushed at: 27 days ago - Stars: 0 - Forks: 0

stdlib-js/utils-map-reduce

Perform a single-pass map-reduce operation against each element in an array and return the accumulated result.

Language: JavaScript - Size: 2.74 MB - Last synced at: 8 days ago - Pushed at: 28 days ago - Stars: 2 - Forks: 0

morewings/ts-global-state-next

This template is for Next based web applications using global state and remote data source. The template uses App Router Next.js configuration. This template has tests for React components, reducers, hooks.

Language: TypeScript - Size: 13.4 MB - Last synced at: 6 days ago - Pushed at: 7 days ago - Stars: 2 - Forks: 0

SwiftRex/SwiftRex

Swift + Redux + (Combine|RxSwift|ReactiveSwift) -> SwiftRex

Language: Swift - Size: 119 MB - Last synced at: about 12 hours ago - Pushed at: 6 months ago - Stars: 623 - Forks: 30

Diaa-Dw/FTS_shop_website

ShopNest

Language: JavaScript - Size: 220 KB - Last synced at: 9 days ago - Pushed at: 9 days ago - Stars: 0 - Forks: 0

obrm/github-users-index

Search GitHub users app. Built with: React, Hooks, Context API, Reducer Provider & React Router.

Language: JavaScript - Size: 411 KB - Last synced at: 11 days ago - Pushed at: about 2 years ago - Stars: 6 - Forks: 0

stdlib-js/utils-reduce

Apply a function against an accumulator and each element in a collection and return the accumulated result.

Language: JavaScript - Size: 1.94 MB - Last synced at: 10 days ago - Pushed at: about 1 month ago - Stars: 2 - Forks: 0

stdlib-js/utils-map-reduce-right

Perform a single-pass map-reduce operation against each element in an array while iterating from right to left and return the accumulated result.

Language: JavaScript - Size: 2.74 MB - Last synced at: 4 days ago - Pushed at: about 1 month ago - Stars: 2 - Forks: 0

philipp-spiess/react-recomponent

🥫 Reason-style reducer components for React using ES6 classes.

Language: JavaScript - Size: 360 KB - Last synced at: 3 days ago - Pushed at: over 6 years ago - Stars: 268 - Forks: 12

HowProgrammingWorks/Iteration

Different implementation of iterations as a code abstraction

Language: JavaScript - Size: 118 KB - Last synced at: about 1 month ago - Pushed at: 7 months ago - Stars: 14 - Forks: 121

mostafakamal22/React-Twitter-Tweet-System

Twitter Tweet System | using 3 State Management systems (Redux - useContext with useReducer - Redux-Toolkit)

Language: JavaScript - Size: 1.51 MB - Last synced at: about 1 month ago - Pushed at: about 1 month ago - Stars: 0 - Forks: 0

rudradcruze/ReactZeroToOneCodingShuttle

Basics to industry standards in React Js learning with hands on projects.

Language: JavaScript - Size: 13.3 MB - Last synced at: about 1 month ago - Pushed at: about 1 month ago - Stars: 0 - Forks: 1

markerikson/redux-ecosystem-links

A categorized list of Redux-related addons, libraries, and utilities

Size: 1.16 MB - Last synced at: about 1 month ago - Pushed at: almost 2 years ago - Stars: 5,236 - Forks: 371

stdlib-js/utils-reduce-right

Apply a function against an accumulator and each element in a collection and return the accumulated result, iterating from right to left.

Language: JavaScript - Size: 2.91 MB - Last synced at: 7 days ago - Pushed at: about 1 month ago - Stars: 1 - Forks: 0

piashcse/react-native-movie

React Native Movie 📱 - A cross-platform Android and iOS movie app built with React Native, Redux Toolkit, and RTK Query, offering fast, efficient state management and API data fetching.

Language: TypeScript - Size: 37.5 MB - Last synced at: about 1 month ago - Pushed at: about 1 month ago - Stars: 15 - Forks: 9

microsoft/redux-dynamic-modules

Modularize Redux by dynamically loading reducers and middlewares.

Language: TypeScript - Size: 4.8 MB - Last synced at: 4 days ago - Pushed at: about 1 year ago - Stars: 1,069 - Forks: 114

nanxiaobei/resso

🪢 Simplest React state manager

Language: TypeScript - Size: 782 KB - Last synced at: 29 days ago - Pushed at: about 1 year ago - Stars: 529 - Forks: 20

davidkpiano/useEffectReducer 📦

useReducer + useEffect = useEffectReducer

Language: TypeScript - Size: 735 KB - Last synced at: 4 days ago - Pushed at: over 2 years ago - Stars: 790 - Forks: 24

AlexandraMdv/goit-react-hw-06-phonebook

Refactoring 'Contact Book' using Redux Toolkit library and mockapi.io for backend

Language: JavaScript - Size: 3.18 MB - Last synced at: about 2 months ago - Pushed at: about 2 months ago - Stars: 0 - Forks: 0

Amanthukral12/Company-Compass

A full-stack web application to manage employees, track attendance, and generate salaries seamlessly.

Language: TypeScript - Size: 293 KB - Last synced at: about 2 months ago - Pushed at: about 2 months ago - Stars: 0 - Forks: 0

Needsj6/Namava-Movie

Create Namava Movie With React

Size: 1.95 KB - Last synced at: about 2 months ago - Pushed at: about 2 months ago - Stars: 0 - Forks: 0

stdlib-js/utils-async-reduce

Apply a function against an accumulator and each element in a collection and return the accumulated result.

Language: JavaScript - Size: 1000 KB - Last synced at: 29 days ago - Pushed at: about 2 months ago - Stars: 1 - Forks: 0

vipinsharma29/airline-react

Language: HTML - Size: 2.93 MB - Last synced at: about 1 month ago - Pushed at: 6 months ago - Stars: 1 - Forks: 0

pfriedrix/FlowKit

A lightweight Swift framework implementing the Redux pattern for iOS, providing centralized state management, reducers, effects, and seamless SwiftUI integration.

Language: Swift - Size: 67.4 KB - Last synced at: 2 months ago - Pushed at: 2 months ago - Stars: 1 - Forks: 0

the-dr-lazy/deox 📦

Functional Type-safe Flux Standard Utilities

Language: TypeScript - Size: 4.04 MB - Last synced at: 19 days ago - Pushed at: over 2 years ago - Stars: 204 - Forks: 12

doniyor2109/redux-lightweight

Write one business logic instead of writing actions, action types and reducers

Language: JavaScript - Size: 170 KB - Last synced at: about 1 month ago - Pushed at: about 4 years ago - Stars: 40 - Forks: 1

stdlib-js/utils-reduce2d

Reduce the number of dimensions by one of a two-dimensional nested array by applying a function against an accumulator and each element along the innermost dimension and returning the accumulation results as a one-dimensional array.

Language: JavaScript - Size: 826 KB - Last synced at: 17 days ago - Pushed at: 3 months ago - Stars: 1 - Forks: 0

tanushkundur/TechBook

Language: JavaScript - Size: 897 KB - Last synced at: 3 months ago - Pushed at: 3 months ago - Stars: 0 - Forks: 0

Sadaf2005/CodeFolio

Dynamic animations, transitions, and user interactions for better engagement.

Language: JavaScript - Size: 208 KB - Last synced at: about 1 month ago - Pushed at: 5 months ago - Stars: 0 - Forks: 0

dmitriz/cpsfy

🚀 Tiny goodies for Continuation-Passing-Style functions, fully tested

Language: JavaScript - Size: 2.51 MB - Last synced at: 5 days ago - Pushed at: 9 days ago - Stars: 70 - Forks: 2

davidje13/shared-reducer

Shared state management via websockets.

Language: TypeScript - Size: 152 KB - Last synced at: 22 days ago - Pushed at: 3 months ago - Stars: 0 - Forks: 0

md-rejoyan-islam/tasker

Tasker is a web application that allows users to easily add, remove, update, and search tasks. The application is built using React and Tailwind CSS.

Language: JavaScript - Size: 141 KB - Last synced at: about 2 months ago - Pushed at: 3 months ago - Stars: 1 - Forks: 0

Imi-Nkateko/cart-eCommerce

An e-commerce store, imitating a tech store, built with React.

Language: JavaScript - Size: 264 KB - Last synced at: 2 months ago - Pushed at: 3 months ago - Stars: 0 - Forks: 0

widmogrod/mkunion

Strongly typed union type in golang.

Language: Go - Size: 5.01 MB - Last synced at: about 1 month ago - Pushed at: 7 months ago - Stars: 12 - Forks: 1

philipp-spiess/use-substate

🍙 Lightweight (<600B minified + gzipped) React Hook to subscribe to a subset of your single app state.

Language: JavaScript - Size: 86.9 KB - Last synced at: 4 days ago - Pushed at: over 6 years ago - Stars: 100 - Forks: 1

JmAtochePascual/ControlDeGastos-React-TS

Control de Gasto es una aplicación web diseñada para ayudar a los usuarios a administrar sus gastos de manera efectiva. Ofrece la capacidad de establecer un presupuesto y registrar gastos

Language: TypeScript - Size: 321 KB - Last synced at: 3 months ago - Pushed at: 3 months ago - Stars: 0 - Forks: 0

benasdeveloper/front-ignite-timer

A productivity-focused countdown timer built with React, Vite, and TypeScript to help users stay on track with their tasks. 🚀⏳

Language: TypeScript - Size: 78.1 KB - Last synced at: about 1 month ago - Pushed at: 3 months ago - Stars: 0 - Forks: 0

stdlib-js/utils-async-reduce-right

Apply a function against an accumulator and each element in a collection and return the accumulated result, iterating from right to left.

Language: JavaScript - Size: 960 KB - Last synced at: 2 days ago - Pushed at: 3 months ago - Stars: 1 - Forks: 0

AmirBradaran/Namava-Movie

Create Namava Movie With React

Language: JavaScript - Size: 45.9 MB - Last synced at: about 2 months ago - Pushed at: 3 months ago - Stars: 1 - Forks: 0

sergiodxa/redux-duck 📦

Helper function to create Redux modules using the ducks-modular-redux proposal

Language: TypeScript - Size: 879 KB - Last synced at: 20 days ago - Pushed at: almost 3 years ago - Stars: 10 - Forks: 2

dev-sammy/yumm-cart

Yumm Cart is a food ordering application built using React, Redux Toolkit, and Vite. It features a cart, a checkout form, and integrates with a dummy backend to manage food items and orders.

Language: JavaScript - Size: 3.64 MB - Last synced at: 2 months ago - Pushed at: 4 months ago - Stars: 0 - Forks: 0

the-road-to-learn-react/react-usereducer-hook

State management in React with the useReducer hook.

Language: JavaScript - Size: 452 KB - Last synced at: about 1 month ago - Pushed at: almost 5 years ago - Stars: 10 - Forks: 2

frankiedl/Unity_asset_cleaner

A Unity Editor tool to help you find and safely remove unused assets from your project. It includes features like scene analysis, backup creation, and selective cleaning based on asset types.

Language: C# - Size: 38.1 KB - Last synced at: 2 months ago - Pushed at: 5 months ago - Stars: 1 - Forks: 0

fransek/statekit

A tiny state management library for React.

Language: TypeScript - Size: 355 KB - Last synced at: 6 days ago - Pushed at: 3 months ago - Stars: 2 - Forks: 0

sirkonst/async-reduce

Reducer for similar simultaneously coroutines

Language: Python - Size: 56.6 KB - Last synced at: 3 months ago - Pushed at: 4 months ago - Stars: 21 - Forks: 2

anbuleo/Leomobiles

leo mobiles web app frontend code reusable clean code razorpay payment gateway

Language: JavaScript - Size: 275 KB - Last synced at: 2 months ago - Pushed at: 4 months ago - Stars: 0 - Forks: 0

tnfe/clean-state

🐻 A pure and compact state manager, using React-hooks native implementation, automatically connect the module organization architecture. 🍋

Language: TypeScript - Size: 129 KB - Last synced at: 16 days ago - Pushed at: about 4 years ago - Stars: 112 - Forks: 16

klarna/geofences-reducer

Reduces overlapping geofences

Language: TypeScript - Size: 1.38 MB - Last synced at: 11 days ago - Pushed at: 4 months ago - Stars: 21 - Forks: 2

dadhichharshit22/ShoppingCart

This is Shopping Website by using ReactJS and Redux-Toolkit

Language: JavaScript - Size: 692 KB - Last synced at: 4 months ago - Pushed at: 4 months ago - Stars: 1 - Forks: 0

shipsaas/laravel-resource-reducer

Resource Reducer optimizes your API endpoint responses by return what consumers need, defer execution and no more BIG FAT JSON.

Language: PHP - Size: 64.5 KB - Last synced at: about 1 month ago - Pushed at: about 1 year ago - Stars: 48 - Forks: 0

israelias/synonym-search

Thesaurus app with React hooks, with Context API, with Material-UI, with Nextjs

Language: JavaScript - Size: 8.56 MB - Last synced at: 4 months ago - Pushed at: 4 months ago - Stars: 3 - Forks: 2

Storytel/react-redux-spinner

An automatic spinner for react and redux

Language: JavaScript - Size: 3.35 MB - Last synced at: 15 days ago - Pushed at: almost 2 years ago - Stars: 79 - Forks: 13

Ruben-Arushanyan/redux-cool

Build redux logic, without getting nervous 😬

Language: JavaScript - Size: 1.65 MB - Last synced at: 18 days ago - Pushed at: over 2 years ago - Stars: 26 - Forks: 4

adhenrique/react-native-redux-thunk-authentication-example

This is an react-native login example, with redux, redux-persist, redux-thunk and react-native-router-flux.

Language: JavaScript - Size: 256 KB - Last synced at: 29 days ago - Pushed at: about 6 years ago - Stars: 24 - Forks: 16

alexfoxy/juicr.js

A simple (and tiny <1kb) redux inspired reducer for handling state changes.

Language: JavaScript - Size: 487 KB - Last synced at: 7 days ago - Pushed at: over 2 years ago - Stars: 106 - Forks: 3

nirutthyu/spotify-clone

The app is in development mode and hence only id's granted access can view the functionalities.

Language: JavaScript - Size: 156 KB - Last synced at: 4 months ago - Pushed at: 4 months ago - Stars: 0 - Forks: 0

americanexpress/vitruvius

✨Vitruvius extends redux's combineReducers to allow developers to include a buildInitialState method on their reducer

Language: JavaScript - Size: 976 KB - Last synced at: 17 days ago - Pushed at: 5 months ago - Stars: 11 - Forks: 4

mahmoudsaeedua74/React-Quiz

A React quiz app using Context API, useReducer, and Formik for managing state and forms, featuring customizable categories, difficulty levels, and question amounts.e categories, difficulty levels, and question amounts.

Language: TypeScript - Size: 68.4 KB - Last synced at: 3 months ago - Pushed at: 5 months ago - Stars: 0 - Forks: 0

Jibbedi/use-reducer-effect

A tiny library that enables side effects with the useReducer hook

Language: TypeScript - Size: 798 KB - Last synced at: 22 days ago - Pushed at: over 2 years ago - Stars: 13 - Forks: 1

Udemy-Experience/worldwise

Small frontend application to search for cities with an interactive map and add and delete cities

Language: JavaScript - Size: 866 KB - Last synced at: 2 days ago - Pushed at: 6 months ago - Stars: 0 - Forks: 0

jorneycr/restaurantApp

React native Restaurant App

Language: JavaScript - Size: 611 KB - Last synced at: about 1 month ago - Pushed at: about 1 year ago - Stars: 1 - Forks: 0

SumanAdithan/taskify

Taskify is a React and TypeScript task management app with drag-and-drop, smooth animations, and global state management using Context and Reducers. Styled with Tailwind CSS and powered by Vite, it offers a streamlined way to manage tasks.

Language: TypeScript - Size: 246 KB - Last synced at: about 1 month ago - Pushed at: 5 months ago - Stars: 0 - Forks: 0

anuj-kumary/TechHub

TechHub is a video library where you'll find all tech review related videos

Language: JavaScript - Size: 841 KB - Last synced at: about 1 month ago - Pushed at: almost 3 years ago - Stars: 2 - Forks: 0

nikcladis/react-hooks

⚛️ This is a simple form app built with React Hooks using State, Reducer and Context.

Language: JavaScript - Size: 144 KB - Last synced at: 2 months ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

comby-tools/comby-reducer

A simple program reducer for any language.

Language: JavaScript - Size: 1.19 MB - Last synced at: 17 days ago - Pushed at: about 2 years ago - Stars: 73 - Forks: 1

tanhauhau/inducer

Inject redux reducer with HOC

Language: JavaScript - Size: 35.2 KB - Last synced at: 7 days ago - Pushed at: over 7 years ago - Stars: 4 - Forks: 4

mikelpmc/react-context-api-auth

React context api auth demo

Language: JavaScript - Size: 2.11 MB - Last synced at: 6 days ago - Pushed at: over 2 years ago - Stars: 37 - Forks: 9

GeekShubhamRajput/redux-demo

A Redux demo showcasing core concepts like actions, reducers, and store management, featuring both synchronous and asynchronous state handling.

Language: JavaScript - Size: 545 KB - Last synced at: about 1 month ago - Pushed at: 5 months ago - Stars: 0 - Forks: 0

david-gmz/TaskAppTS

Project task made on ReactJS 18 with TS

Language: TypeScript - Size: 541 KB - Last synced at: 2 months ago - Pushed at: 5 months ago - Stars: 0 - Forks: 0

briebug/ngrx-auto-entity

NgRx Auto-Entity: Simplifying Reactive State

Language: TypeScript - Size: 4.49 MB - Last synced at: about 4 hours ago - Pushed at: 8 months ago - Stars: 67 - Forks: 12

Gabriel4420/concepts-b7web

Este repositório foi criado para documentar e organizar os conceitos aprendidos no curso de React da B7Web, ministrado pelo professor Bonieky Lacerda.

Language: TypeScript - Size: 23.4 MB - Last synced at: about 1 month ago - Pushed at: 4 months ago - Stars: 0 - Forks: 0

raphaelramosds/labs-de

Labs developed during the subject Data Engineering (DCA0132)

Language: Jupyter Notebook - Size: 3.14 MB - Last synced at: 5 months ago - Pushed at: 6 months ago - Stars: 0 - Forks: 0

cenksari/react-contextapi-reducer-hooks-example

A simple React project demonstrating the use of Context API, Reducer, and Hooks for state management. Learn how to manage global state effectively with these built-in React features for a cleaner and more scalable solution.

Language: JavaScript - Size: 1.74 MB - Last synced at: 6 days ago - Pushed at: over 2 years ago - Stars: 2 - Forks: 1

lomesshh/shoemall-ecommerce

Language: JavaScript - Size: 519 KB - Last synced at: 6 months ago - Pushed at: 6 months ago - Stars: 0 - Forks: 0

staydecent/atom

Shared, synchronous, independent state for JavaScript apps.

Language: JavaScript - Size: 289 KB - Last synced at: about 1 month ago - Pushed at: over 1 year ago - Stars: 8 - Forks: 1

Dash-OS/redux-saga-process

Encapsulated Logic & State Handling for Redux and Redux Saga

Language: JavaScript - Size: 381 KB - Last synced at: 26 days ago - Pushed at: almost 8 years ago - Stars: 24 - Forks: 0

aakashns/dextrous 📦

Utilities for reducer composition in Redux

Language: JavaScript - Size: 497 KB - Last synced at: 20 days ago - Pushed at: over 7 years ago - Stars: 9 - Forks: 1

gvergnaud/use-middleware-reducer

React.useReducer which you can use with the huge middleware ecosystem of Redux.

Language: TypeScript - Size: 828 KB - Last synced at: 4 days ago - Pushed at: over 2 years ago - Stars: 7 - Forks: 1

jessicasantosb/b7web-simple-chat

Language: TypeScript - Size: 74.2 KB - Last synced at: 2 months ago - Pushed at: 6 months ago - Stars: 0 - Forks: 0

jessicasantosb/b7web-reducer

Language: TypeScript - Size: 207 KB - Last synced at: 2 months ago - Pushed at: 6 months ago - Stars: 0 - Forks: 0

TBS96/manageTodosRTK

A To-Do App to maintain your daily activies and tasks, using ReactJS+Vite, Redux & RTK

Language: JavaScript - Size: 169 KB - Last synced at: about 1 month ago - Pushed at: 6 months ago - Stars: 0 - Forks: 0

anater/useReduction

useReducer without boilerplate

Language: TypeScript - Size: 62.5 KB - Last synced at: 26 days ago - Pushed at: almost 3 years ago - Stars: 41 - Forks: 4

o0y0o/use-reducer-x

🔩 An alternative to useReducer that accepts middlewares.

Language: JavaScript - Size: 723 KB - Last synced at: 2 days ago - Pushed at: 8 months ago - Stars: 70 - Forks: 7