← 🗓️Code corona

🚀 Updates

Corona

🦠

Stay away from everyone 🤒

VZN (vision)

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 😉

Ember Rollbar Client

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

🤓 What I've learned

Hidden

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>

🤯 Interesting things

Next.js 10

  • Image component
  • Commerce
  • Analytics
  • Fast refresh for MDX
  • The fixed API of Link component
  • Blocking rendering

They nailed it! 🚀

🔗https://nextjs.org/blog/next-10