Stay away from everyone 🤒
The PoC is working! I got rid of MobX and introduced custom tracking layer. The framework blueprint got down to ~10kb (before compression) and the DX has improved 10x 🎉
🔗https://github.com/Exelord/vzn
I started sharing some code samples on Twitter, but here you can get a sneak peak if you missed it 😉
The addon is being prepared for a total rewrite. The API will be simplified to minimum, and new capabilities will be open, eg. full support for Ember Engines.
🔗https://github.com/Exelord/ember-rollbar-client
You can hide any HTML element by adding hidden
attribute to it.
<body>
<h1>I am visible!</h1>
<h1 hidden>I am hidden!</h1>
</body>
They nailed it! 🚀
🔗https://nextjs.org/blog/next-10