microstates icon indicating copy to clipboard operation
microstates copied to clipboard

Composable state primitives for JavaScript

Results 61 microstates issues
Sort by recently updated
recently updated
newest added

Bumps [y18n](https://github.com/yargs/y18n) from 4.0.0 to 4.0.1. Changelog Sourced from y18n's changelog. Change Log All notable changes to this project will be documented in this file. See standard-version for commit guidelines....

dependencies
patch

Your FOSSA integration was successful! Attached in this PR is a badge and license report to track scan status in your README. Below are docs for integrating FOSSA license checks...

## The devDependency [rollup](https://github.com/rollup/rollup) was updated from `1.9.2` to `1.9.3`. 🚨 [View failing branch](https://github.com/microstates/microstates.js/compare/master...microstates:greenkeeper%2Frollup-1.9.3). This version is **covered** by your **current version range** and after updating it in your project...

greenkeeper

Hello there, First at all, thank you guys for making this library. We are considering using this library in production but Im wondering if it is ready for production. I...

triage

## The devDependency [mocha](https://github.com/mochajs/mocha) was updated from `6.0.2` to `6.1.0`. 🚨 [View failing branch](https://github.com/microstates/microstates.js/compare/master...microstates:greenkeeper%2Fmocha-6.1.0). This version is **covered** by your **current version range** and after updating it in your project...

greenkeeper

Last month I launched a silly, React-based side project with Microstates ([anymammalsmilk.com](https://anymammalsmilk.com/)) and overall had a great experience with it. Thanks in particular for your help with issue #342, which...

triage

In the process of building Microstates, @cowboyd wrote our own implementation of lenses. It turned out to be super tiny. I published it as a separate package available as [@microstates/lens](https://github.com/microstates/lens)....

Related to #347 This PR introduces basic TypeScript types for all Microstates export functions and built-in types. ## TODO - [x] Add type for `from` - [x] Add type for...

This is a very handy method to have, takes two queries and concatenates them together.

enhancement
help wanted

At its core, query is a monad, and we can make it more expressive and less reliant on manually rolled iterators if we add the `flatMap` method.

enhancement
help wanted