immer
Here are 155 public repositories matching this topic...
Advanced tutorial
The current README isn't great. I'd love to have an actual website for documentation with examples, tutorials, API reference, etc.
I'm leaning towards using https://docusaurus.io/. It looks easy to setup, and it's a Facebook product so dog-fooding is a plus.
https://easy-peasy.now.sh/docs/introduction/
Easy Peasy provides you with an intuitive API to quickly and easily manage the state for your React application. Batteries are included - no configuration is required to support derived state, API calls, performance optimisation, developer tools etc.
-
Updated
Jun 9, 2020 - TypeScript
Hi there!
I've been looking for some time for a decent alternative and less convoluted than Redux and I was ecstatic when I saw your module. Looks really nice!
I went through the docs and tried implementing it but felt a tad odd. I think my case is really straightforward and realized some people could run into this same pitfall or wonder so it could do for good examples that could enhance th
-
Updated
Jul 13, 2020 - TypeScript
-
Updated
Sep 29, 2018 - JavaScript
-
Updated
Mar 12, 2019 - TypeScript
-
Updated
May 20, 2020 - JavaScript
By the next's document, this causes all pages to be executed on the server -- disabling Automatic Static Optimization.
-
Updated
Apr 4, 2018 - JavaScript
-
Updated
Apr 16, 2020 - TypeScript
-
Updated
Oct 27, 2018 - JavaScript
Documentation typo?
I'm not really sure but as for declaration:
export class FeedZebra {
public static readonly type = '[Animals] Feed zebra';
constructor(public payload: string) {}
}can it be used as:
@Action(Add)
public add({ getState, setState }: StateContext<AnimalsStateModel>, (...)?
or should it be:
@Action(FeedZebra)
public add({ getSt-
Updated
Sep 2, 2019 - TypeScript
-
Updated
Jul 6, 2020 - JavaScript
-
Updated
Jul 8, 2020 - TypeScript
-
Updated
May 28, 2020 - TypeScript
-
Updated
Jun 13, 2020 - JavaScript
-
Updated
Apr 15, 2020 - TypeScript
-
Updated
Nov 13, 2019 - JavaScript
-
Updated
Jul 7, 2020 - TypeScript
Improve this page
Add a description, image, and links to the immer topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the immer topic, visit your repo's landing page and select "manage topics."
Before opening a new issue, please take a moment to review our community guidelines to make the contribution process easy and effective for everyone involved.
Description
A clear and concise description of what the bug is.
Steps to reproduce
Steps to reproduce the behavior:
(Add link to a dem