Shawn McKay

Results 36 comments of Shawn McKay

Thanks @SavvyShah! I've started some progress to get Storybook working again. It seems I'm behind on Webpack, Storybook changes, etc. JS moves fast. I'll continue soon, but if you want...

This seems to be possible in an upcoming version of VSCode, where webviews can be put into the main side panel (eg. where the git, extensions, etc live). The PR...

Now available as a "Proposed API". https://code.visualstudio.com/updates/v1_49#_webview-views

Definitely an issue. I'll spend some time on improving the workflow. The goal is to have a one-click launchable tutorial on a users computer or in a browser VM.

I believe the problem is a similar one I'm having. File structure: ``` |- App.stories.js |- App.test.js ``` / App.stories.js ```js storiesOf('App', module) .add('with greeting', () => { const greeting...

Finally worked out a solution. See the code in this [boilerplate repo](https://github.com/ShMcK/react-redux-boilerplate) I put together. Tests now load in Jest & React Storybook, while maintaining the tests in a different...

Added a README pull request explaining how to setup external tests. #19

I've done some experimenting with opting out of React Router in Mirror on this [project branch](https://github.com/ShMcK/mirror/tree/router). It's not complete, and may not be necessary. I see a few options now...

I think think a submodule makes the most sense. Also the same design of [dva/router](https://github.com/dvajs/dva/blob/master/docs/API.md#export-files). Dva also recently created multiple different router packages with [the 2.0.1 release](https://github.com/dvajs/dva/releases/tag/dva%402.0.1), including "dva/no-router". I...

Thanks @mogsie. This is a great roadmap.