Sebastian Werner
Sebastian Werner
Often times in projects using `edge` we see issues with selecting good matches for the architectural decisions being made by Edge e.g. using CSS modules for sandboxing of component styles....
This seems to be a nice extension for our Storybook setup to directly show success/error state of Jest Snapshots for Storybook. Project: https://github.com/storybooks/storybook-addon-jest
[Loki](https://github.com/oblador/loki) seems to be a good candidate to verify whether components are rendered correctly based on some previous snapshots. It's not based on PhantomJS, but uses either Chrome directly or...
In React v16 there is a new feature which tries to keep the overall application running when a single part of the view is crashing. This feature can be used...
We currently block the interactions of the user in `edge-boilerplate` during the initialization time where React has not yet rehydrated the server rendered markup. This is currently somehow built into...
Webpack has a new thread-loader which should be able to parallelize loader execution. This should in theory improve build times - especially in larger applications where a lot of code...
[React Powerplug](https://github.com/renatorib/react-powerplug) is a nice little solution for rendering stateful components inside Storybook without introducing a ton of overhead. This should be bundled with `edge-storybook`.
There is a nice tool for spell-checking called [YaSpeller](https://github.com/hcodes/yaspeller) of markdown and HTML documents. We should use it for all our documents like `readme.md` and also try to offer the...
This is mainly a security feature which verifies whether files delivered through any 3rd party server math the checksums detected during deployment. This requires adjustments to the chunk flushing in...
Initially required CSS is already added to the `head` section. Together with the web font hints the browser should be able to parallize loading of assets even more which improves...