Friday Issue Nr. 82 | 6/10/2023

Next vs Remix, Astro and Multipage Navigation, Angular renaissance and JS Crush game.

JavaScript News

Next vs Remix

A solid long-read about both Frameworks and their approaches.

https://prateeksurana.me/blog/nextjs-13-vs-remix-an-in-depth-case-study/

Astro and Multi-Page Navigation with Browser View Transitions

For me, it feels like a magic. App-style navigation in the browser - fantastic!

https://tympanus.net/codrops/2023/10/03/animating-multi-page-navigations-with-browser-view-transitions-and-astro/

Multiselect library

Looks really nice. You can use it with Vue, React or stand-alone. Only 4kb

https://simonwep.github.io/selection/

Angular Renaissance

“For Angular veterans, Nicoll recommended against a rip-and-replace approach for in-production applications.”

I only wonder how many times Angular veterans have already rip-and-replace approaches for the same Framework?

https://thenewstack.io/the-angular-renaissance-why-frontend-devs-should-revisit-it/

Game time

JS Crush → pair loose equality values and win a game https://js-crush.vercel.app/

CSS News

CSS Subgrid

https://web.dev/css-subgrid/

It's time for a Flexbox game

Play this lovely game and improve your Flexbox skills in no time!

https://flexboxfroggy.com/

Textarea with auto-increasing height using CSS

This is an experimental CSS rule

textarea {
    form-sizing: normal;
}

https://www.amitmerchant.com/textarea-auto-increase-height/

Mixed News

Photoshop is now on the web

It is not the article about the excitement of Photoshop being on the web but rather how they got it there and what is actually behind the UI.

https://medium.com/@addyosmani/photoshop-is-now-on-the-web-38d70954365a

Chrome memory usage

I noticed that Chrome tabs gave me fancy information about memory usage last week. Luckily, Addy already made an article about it too.

https://medium.com/@addyosmani/chrome-now-shows-each-active-tabs-memory-usage-4f74876538e6