COLLECTED BY
Organization:
Internet Archive
Focused crawls are collections of frequently-updated webcrawl data from narrow (as opposed to broad or wide) web crawls, often focused on a single domain or subdomain.
The Wayback Machine - https://web.archive.org/web/20210707035611/https://github.com/topics/immer
Here are
222 public repositories
matching this topic...
🔥 A highly scalable, offline-first foundation with the best developer experience and a focus on performance and best practices.
Updated
Jul 6, 2021
JavaScript
Vegetarian friendly state for React
Updated
Jun 28, 2021
JavaScript
✍️ Immutable state with a mutable API
Updated
Feb 12, 2019
JavaScript
Simple state stores using immer and React hooks - re-use parts of your state by pulling it anywhere you like!
Updated
Jun 28, 2021
TypeScript
The eternal text editor — Didactic Ersatz Emacs to show immutable data-structures and the single-atom architecture
A tiny (495B) immutable state management library based on Immer
Updated
Jun 11, 2021
TypeScript
🏖 A concise & flexible state model for Redux/MobX/Vuex, etc.
Updated
Jun 29, 2021
TypeScript
The Worst Minesweeper 💣 Ever
Updated
Jul 1, 2021
JavaScript
A React state management library based on Hooks
Updated
Apr 27, 2021
TypeScript
A framework for building React applications
Updated
Jun 11, 2021
TypeScript
🚀 A basis for reducing the configuration of your projects with nextJS, best development practices and popular libraries in the developer community.
Updated
May 24, 2021
JavaScript
🌱 基于 redux 的轻量级小程序状态管理框架,适配原生小程序,wepy,taro
Updated
Sep 29, 2018
JavaScript
🤔 Handle logic in frontend
Updated
May 27, 2021
TypeScript
Redux combineReducers immer-aware!
Updated
May 26, 2021
JavaScript
Utility functions for NgRx
Updated
Jun 24, 2021
TypeScript
iflux = immer.js + react.js
Updated
Jun 15, 2021
TypeScript
helper functions to make redux and react development quicker
Updated
Apr 4, 2018
JavaScript
SyncState is a state management library for React & JS apps
Updated
Feb 22, 2021
TypeScript
Delightful and hook-first global state management for React that lets components drill down and subscribe to only the parts of the state that they need.
Updated
Mar 20, 2021
TypeScript
🐹 Declarative state mutations
Updated
Jul 6, 2021
TypeScript
Easy immutability in React Hooks with Immer.
Updated
Oct 27, 2018
JavaScript
Immer wrappers around NgRx methods createReducer, on, and ComponentStore
Updated
Jun 4, 2021
TypeScript
A first test drive of hooks, redux and redux-saga in React-Native!
Updated
Sep 2, 2019
TypeScript
[不维护]🐬 一个轻量性能好的微信小程序的状态管理库
Updated
Jun 28, 2021
JavaScript
Taro 小程序 脚手架 (Taro 3 + Dva + Typescript + Immer) - 内置 Redux 计数器, 异步数据请求 与 腾讯小程序地图 demo
Updated
May 29, 2021
TypeScript
Simple example app using Next.js 5.0 with support for TypeScript, Redux, SCSS
Updated
Feb 21, 2018
TypeScript
Updated
Jun 28, 2021
TypeScript
Improve this page
Add a description, image, and links to the
immer
topic page so that developers can more easily learn about it.
Curate this topic
Add this topic to your repo
To associate your repository with the
immer
topic, visit your repo's landing page and select "manage topics."
Learn more
You can’t perform that action at this time.
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.
I love the way the
@rematch/loading
plugin keeps my app's loading state all in one place. Something that stuck out to me as odd was that there's no similar plugin for handling error/success state. So I can now avoid writing a{ loading, error, success }
object for every reducer, buterror
andsuccess
are still required if I want to perform some action after the effect finishes, so the ret