Taras Mankovski
Taras Mankovski
Filterable is pretty straightforward, but it's the only typeclass that's missing from the documentation. I would write the description for it, but the rest was written in Charles' words. So,...
This PR adds a helper that makes it possible to render a table without writing any JavaScript. It's very limited in it's functionality but it can be expanded in the...
PostCSS will allow us to use their [autoprefixer](https://github.com/postcss/autoprefixer) module which would automatically add prefixed to flex box. It would address #97. Objections, thoughts?
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...
From the first day that we set out to build Microstates, our goal has been to create the most ergonomic tool for working with the state in JavaScript. To accomplish...
`map` & `filter` transitions pass context-free microstates to their callbacks to ensure that the user is able to use the full capability of a type in the map/filter operation. This...
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...
We now have Queries that are not included in the README. It's time to add some information about them.
## Motivation GitHub is the heart of my projects - open source and commercial. It's a source of information for millions of developers. Concequently, a small paper cut cuts many...