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

I've looked all over to try and find some examples of how to handle state that deals with asynchronous transitions but I've come up empty. Are there any examples floating...

question

We have an (interim) logo, we have desire to market and bring microstates to the world... It naturally follows that we should have a website. It should help you get...

We don't have a way to get the Type of a Microstate. This makes it difficult when I want to be able to serialize a Microstate where the microstate went...

question

The rationale for references can be found at https://beta.observablehq.com/@cowboyd/microstate-variables This issue is for constructing microstates by hand hand with references to external objects. https://beta.observablehq.com/@cowboyd/microstate-variables#explicit It does not include passing references...

0 - Backlog

The rationale for external references is outlined here https://beta.observablehq.com/@cowboyd/microstate-variables This is the second piece of work in the section on [explicit references](https://beta.observablehq.com/@cowboyd/microstate-variables#explicit) and depends on #267

0 - Backlog

In traditional 'state machines' usually, there is a way to disallow a transition. Perhaps based on business rules, consider the example of a cash register state machine. You may have...

question
docs

We now have Queries that are not included in the README. It's time to add some information about them.

docs

Could be used to render various shapes to a canvas. Might be fun to explore: - rotation - origin - sides - [ ] create lo-fi mockups for what the...

Queries are achieved via computed properties. They are ways of collecting and viewing a set of microstates that are already defined within a given microstate. For example: ```js import {...

I've been playing around with microstates for a couple of days now and trying to push them to the limits. I'm very encouraged by what I've seen, and I'm excited...