Amit Novick
Amit Novick
So I got this error in an unrelated (yet prolific) project and thought it would be useful for other users who come here from a search engine. My issue was...
Update: currently the previous error message is gone and instead there is some other error message: > Cannot find module 'emotion/macro' from '/src' Not sure if this is *BrowserFS* issue...
This is really cool! I made a Codesandbox to show the usefulness of this: https://codesandbox.io/s/github/feelextra/react-atom-playgrounds The messages are logged to the browser's web console on button click. Side note: the...
Really happy to see that more people are interested in this! let's make it happen.
> Out of curiosity, how does this gonna work in the end as you would provision? Not OP, but I'm also interested in developing this, and personally my first target...
> Thanks @amitnovick for the elaboration. > > So you imagine while the program is running, you get to see the inner states of the statechart in the devtools, which...
This is coming very soon! Here's [🎞️ sneak peek video](https://twitter.com/amitnovick/status/1179178482699513856) showcasing the capabilities of the current proof of concept that I had "fun" developing during the past week (developing Chrome...
I'm adding a list selection UI for letting users choose which service to visualize among all currently running ones (rather than just assuming there's just one running service like it...
**STATUS**: [Now available!](https://chrome.google.com/webstore/detail/xstate-devtools/aamnodipnlopbknpklfoabalmobheehc). **note**: will only work with the latest XState version: `npm install xstate@next` ## Roadmap 1) [X] Upload my (only slightly modified) fork of XState to a repo...
😅 Hope you'll like to hear some update on this: - Added a list selection UI for choosing which service to display. - Fixed some cases like services being stopped...