Profile avatar
ailinndev.bsky.social
> js | ts | react
1 posts 15 followers 76 following
Regular Contributor

Hey everyone! React v19 has been released! react.dev/blog/2024/12...

Pro-tip for folks wanting to upgrade to React 19 but have dependencies with overly aggressive peerDependencies configuration. Stick this in your .npmrc: legacy-peer-deps=true

This is relevant for today if you missed it when the beta came out! www.epicweb.dev/tips/whats-c...

React 19 is here!

Be the internal server error you wish to see in the world

Here's how you can host your own Bluesky PDS from your house In the video I'm running it from a raspberry pi 5

If you thought RSCs were too complicated to be worth it, give them another look when they land in React Router.

🔥 CSS Tip: Use CSS :has() and :is() to create layouts based on contents. For my slides, I cover several common layouts - text only, text + image, two images. Then I just have to add the contents to the slide and the proper layout is applied.

Just released a new version of the Astro Bluesky content loader. This lets you load all of your posts (or anyone's) into Astro content collections at build time. - Create a local mirror of your posts - Generate a micro-blog from them - Something else I haven't thought of github.com/ascorbic/ast...

any React Native performance experts willing to lend a hand? i’ve been debugging feed scrolling perf on low-end Android for the past week but couldn’t make meaningful improvements. it’s very choppy on Galaxy A12, especially when scrolling past videos (but not exclusively). any help is appreciated!

Day 8 of 3D printing until I feel something. This project took almost 50 hours of printing, but it’s finally done! Check out the details in this print! It’s a sushi-themed supplement box, and the chopsticks are pens! 🍣🍣🍣

React Native 0.76 is here 🔥 New Architecture by default!!

[email protected] is out today with a replacement for sibling pre-rendering. Give it a try and maybe we can ship React 19 soon? github.com/facebook/rea...