Maayan Glikser
Maayan Glikser
Hi, I came to this project due to the performance improvements over storyshots-puppeteer. However my CI setup works a little bit different than the one suggested here. Currently storycap looks...
I noticed there is no change log file in the repo and only 1 release in github releases. It will be most appreciated to have one so we know what...
Add an example with lazy loaded modules that have their own Reusable stores. Make sure the stores are added dynamically to the container
Can do on TodoMVC example. Just need to see how a developer might test a store. Sounds like it's just like testing a regular hook, but with a ReusableProvider wrapper
Add an example of a global store that is keyed, like handling entities by ID
This should expand the group when clicking on the right arrow and collapse when clicking the left arrow
We want to be able to create mocked requests from swagger files. By default swagger should contain all the information we need to mock a request. - Method - Url...