monocle-ts
optics-ts
Our great sponsors
monocle-ts | optics-ts | |
---|---|---|
6 | 3 | |
982 | 536 | |
- | - | |
0.0 | 5.6 | |
6 months ago | 1 day 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.
monocle-ts
-
I may have a crush on the TypeScript compiler, because of stuff like this
You may be interested also in checking out the implementation of Lens in monocle-ts, one of the libraries in the fp-ts ecosystem
-
Haskell Lens Tutorial by Exercises
For anyone - anyone who's faffed around with JavaScript's spread syntax when working with nested immutable data, anyway - struggling to understand the general concept or utility of lenses, I'd encourage looking into monocle-ts. The motivation [0] that kicks off the README instantly made me a believer, and TypeScript's idiosyncratic type system makes using the library remarkably natural; it fits right in without needing to deal with anything analogous to Template Haskell.
-
Is there a cleaner way to immutably update a deeply nested attribute? (I feel like this is not very clean)
You could have a look at the monocle-ts library. It was designed to deal with this kind of problem.
-
Simple Immutable Data w/ Spectacles 👓
spectacles-ts integrates seamlessly with the fp-ts ecosystem (it's built on top of the excellent monocle-ts library)
-
Why is it so difficult to modify a deeply nested state in React?
lenses help with this quite a bit, check out monocle-ts
optics-ts
- JavaScript Object Notation (JSON) Pointer
-
Jotai, now with Optics
Fast forward to now and we are learning more about Jotai, a Recoil alternative from Poimandres ( creators of react-three-fiber, etc.). Needless to say, we were very excited when we stumbled upon Jotai Issue #44, a discussion concerning focusable atoms started by Meris Bahtijaragic and the compelling work that resulted, jotai-optics. This code wraps another library we have been very intrigued by as of late, optics-ts which provides a whole new level of typesafe, functional goodness.
What are some alternatives?
zustand - 🐻 Bear necessities for state management in React
spectacles-ts - Practical Optics • Unfancy monocle-ts
immutability-helper - mutate a copy of data without changing the original source
valtio - 💊 Valtio makes proxy-state simple for React and Vanilla
fp-ts - Functional programming in TypeScript
fp-ts-contrib - A community driven utility package for fp-ts
jotai - 👻 Primitive and flexible state management for React
python-lenses - A python lens library for manipulating deeply nested immutable structures
shades - A lodash-inspired lens-like library for Javascript
reatom - Reatom - the ultimate state manager
dinero.js - Create, calculate, and format money in JavaScript and TypeScript.
focal - Program user interfaces the FRP way.