Taras Mankovski

Results 225 comments of Taras Mankovski

> How important is it for the identity for each microstate to be the same inside every point in the tree. For example, should the same instance of Todo be...

That sounds 🔥

@pranksinatra thank you for sharing your thoughts and I'm glad you're enjoying using Microstates. > it would be helpful if an error was thrown when values of incorrect types are...

> In jQuery-land, this issue was solved by adding a $ to the beginning of jQuery elements (e.g. $pageHeader) to distinguish them from standard DOM Elements (e.g. pageHeader). Having a...

Very happy that you’re enjoying working with Microstates. Ergonomics and completeness are very important to us and I’m glad to see that it’s paying off for you. You’re absolutely right....

@rkeeler You might find my experiments with [async-microstates interesting](https://github.com/taras/async-microstates/blob/master/src/store.js) - I don't know if that code works anymore but it had working time travel debugging. This was a spike to...

Working on it. It got stalled but we'll be using Microstates in a TypeScript project soon so hopefully we'll have a solid reason to finish the definitions. Are you already...

I want to make sure I understand: *you tried to use Microstates with a typescript project and you were not able to* is this correct?

Here is a quest issue to keep track of TypeScript support. #347

Hi @brandynbennett, thank you for catching another bug for us. I was able to reproduce this in runkit https://runkit.com/taras/initialization-test. It's highlighting area of functionality where we don't have sufficient test...