data-management.md

July 15, 2021 ยท View on GitHub

Bookmarks tagged [data-management]

www.codever.land/bookmarks/t/data-management

Immutable.js - Immutable Data Collections for Javascript

https://github.com/immutable-js/immutable-js

Immutable persistent data collections for Javascript which increase efficiency and simplicity. - immutable-js/immutable-js


cortex - A javascript library for centrally managing data with React

https://github.com/mquan/cortex

An immutable data store for managing deeply nested structure with React - mquan/cortex


avers - A modern client-side model abstraction library

https://github.com/wereHamster/avers

Contribute to wereHamster/avers development by creating an account on GitHub.


imvvm - Immutable Model-View-ViewModel for React

https://github.com/entrendipity/imvvm

Highly Composable MVVM Framework for React. Contribute to zuudo/astarisx development by creating an account on GitHub.


morearty.js - Better state management for React in pure JavaScript

https://github.com/moreartyjs/moreartyjs

Morearty.js - centralized state management for React in pure JavaScript - moreartyjs/moreartyjs


valuable - An immutable data store for React

https://github.com/josephsavona/valuable

Contribute to josephsavona/valuable development by creating an account on GitHub.


react-resolver - Isomorphic library to recursively lazy-load data for React components

https://github.com/ericclemmons/react-resolver

Async rendering & data-fetching for universal React applications. - ericclemmons/react-resolver


freezer-js - Lightweight and reactive immutable data structure for React

https://github.com/arqex/freezer

A tree data structure that emits events on updates, even if the modification is triggered by one of the leaves, making it easier to think in a reactive way. - arqex/freezer


Qaf - Components as stores. Simple state management for React based on context

https://github.com/sonaye/qaf

Components as stores. State management for React based on context. - sonaye/qaf


baobab - JavaScript persistent and optionally immutable data tree with cursors

https://github.com/Yomguithereal/baobab

JavaScript persistent and optionally immutable data tree with cursors. - Yomguithereal/baobab


baobab-react - React integration for Baobab

https://github.com/Yomguithereal/baobab-react

React integration for Baobab. Contribute to Yomguithereal/baobab-react development by creating an account on GitHub.


datascript - Immutable database and Datalog query engine in ClojureScript

https://github.com/tonsky/datascript

Immutable database and Datalog query engine for Clojure, ClojureScript and JS - tonsky/datascript


immstruct - Immutable data structures with history for top-to-bottom properties in component based libraries like React

https://github.com/omniscientjs/immstruct

Immutable data structures with history for top-to-bottom properties in component based libraries like React. Based on Immutable.js - omniscientjs/immstruct


seamless-immutable - Immutable data structures for JavaScript which are backwards-compatible with normal JS Arrays and Objects

https://github.com/rtfeldman/seamless-immutable

Immutable data structures for JavaScript which are backwards-compatible with normal JS Arrays and Objects. - rtfeldman/seamless-immutable


tydel - Typed Models and Collections, with React bindings

http://tydel.js.org


extendable-immutable - Extend any Immutable.js data structure

https://github.com/philpl/extendable-immutable

Wrapper classes around Immutable.js that turn it inheritable - kitten/extendable-immutable


statty - A tiny and unobtrusive state management library for React and Preact apps

https://github.com/vesparny/statty

A tiny and unobtrusive state management library for React and Preact apps - vesparny/statty


Hydux - An Elm-Like state manager for React with "batteries included"

https://github.com/hydux/hydux

A light-weight type-safe Elm-like alternative for Redux ecosystem, inspired by hyperapp and Elmish - hydux/hydux


ReSub - A library for writing better React components and data stores

https://github.com/Microsoft/ReSub

A library for writing React components that automatically manage subscriptions to data sources simply by accessing them - microsoft/ReSub


ProppyJS - A tiny library for functional props composition

https://proppyjs.com

ProppyJS: JavaScript library for functional composition of props for UI components


WatermelonDB - ๐Ÿ‰ Next-gen database for powerful React and React Native apps that scales to 10,000s of records and remains fast

https://github.com/Nozbe/WatermelonDB

๐Ÿ‰ Reactive & asynchronous database for powerful React and React Native apps โšก๏ธ - Nozbe/WatermelonDB


Effector โ€” Fast and powerful reactive state manager. Lets you write simple, fast and type safe code and manage reactive state with ease.

https://github.com/zerobias/effector

The state manager โ˜„๏ธ. Contribute to zerobias/effector development by creating an account on GitHub.


reactn - React, but with built-in global state management

https://github.com/CharlesStover/reactn

React, but with built-in global state management. Contribute to CharlesStover/reactn development by creating an account on GitHub.


immer

https://github.com/immerjs/immer

Create the next immutable state by mutating the current one