Maciek Sakrejda
Maciek Sakrejda
@merisbahti @sesam along these same lines, I think it would be really helpful to have a comparison with other React state-management tools. Jotai has [this page](https://github.com/pmndrs/jotai/blob/master/docs/comparison.md#how-is-jotai-different-from-zustand) -- it's not super...
Sure, I think a small sample app would be great. But even just having a brief discussion of pros and cons vis-à-vis other similar state management libraries would be very...
Nice, I think the examples are great. Though I was thinking more high-level conceptual explanations, and how to approach state management with klyva in terms of front-end architecture in a...
Thanks for the report. For now, I added a clearer error message in the proxy log. I'll see about a better fix (hopefully just SSL support) later.
@indirect you may be interested in my [heroku-run-local](https://github.com/uhoh-itsmaciek/heroku-run-localjs) plugin, which is very similar to heroku-surrogate.
> For +*/-, I don't think that we should put parenthesis. The priority for those are taught in every school in the world. If you find them confusing, I think...
You know, after thinking about this some more, I've [come around from my previous stance](https://github.com/prettier/prettier/issues/187#issuecomment-324832777). In fact, I now think that prettier doesn't go far enough. After all, since multiplication...
@j-f1 thanks for your continued interest in addressing this! I think the [original report](https://github.com/prettier/prettier/issues/187#issue-200794686) contains a good example: ```javascript const foo = (a && b) || c || d; ```...
Hi, I've also just run into the same issue. I definitely understand that impure renders are a bad idea, but in my case I'm testing something that involves mocking out...
Interesting. Why would they be calling it? The internal documentation is the same: the method forces a re-render.