freactal icon indicating copy to clipboard operation
freactal copied to clipboard

Clean and robust state management for React and React-like libs.

Results 32 freactal issues
Sort by recently updated
recently updated
newest added

Freactal is quite good - as far as it goes. I have written an alternate take on the same solution set based on RxJS : Looking Glass Engine LGE is...

Bumps [eslint](https://github.com/eslint/eslint) from 3.19.0 to 4.18.2. Release notes *Sourced from [eslint's releases](https://github.com/eslint/eslint/releases).* > ## v4.18.2 > * 6b71fd0 Fix: [email protected], because 4.0.3 needs "ajv": "^6.0.1" ([#10022](https://github-redirect.dependabot.com/eslint/eslint/issues/10022)) (Mathieu Seiler) > *...

dependencies

Create controlled input with freactal store - whenever you type a character at any cursor position, the cursor jumps to the end of input. This repro is taken straight from...

As I have tested on https://github.com/bingomanatee/freactal-state-scope-test if you nest states, the child effects cannot access the parent's state. they can access the parent effects, but not the state values themselves....

https://github.com/bingomanatee/freactal-starter-kit I am putting together an assembly of the tech I use to start projects - freactal being a large but not exclusive one. It has the Freactal Seed stuff...

----- The maintainers of this repo require that all pull request submitters adhere to the following: - [x] I have read and will comply with the [contribution guidelines](https://github.com/FormidableLabs/freactal/blob/master/CONTRIBUTE.md). _(required)_ -...

Consider a rendering of nested comments. Say you build up a state provider "withReplies" that takes an id prop and fetches replies to put in the state. This withReplies approach...

I have a case where Firebase events are emitted asynchronously and new data needs to be injected into the state at any time. With the exception of being jenky and...

question / discussion