<negue />

🌙
☀️

Lazy Loaded Components - #4 NPM-Package

Posted on December 25, 2019
Proudly presenting Finally, the demo-repository and loader package is done. Here are some of the changes: -Helper Like the C# Lazy-Class, I created a simple helper, which holds the lazy-Value once…
Read full post

Senstate - Make sense of your state while debugging

Posted on October 29, 2019
Having sometimes multiple s while trying to find a bug that only happens with a weird state, you kinda get lost scrolling the log up and down. Or adding a bunch of break-points and then stepping into…
Read full post

Lazy Loaded Components - #3 Extending the Loader

Posted on October 01, 2019
Adding a loading Placeholder With the current Loader, you can set a placeholder (e.g. a button to trigger the loading) and once it's loaded + created the content of the loader will be switched to the…
Read full post