Lukas Müller

@wookbot.de

fullstack engineer react-native engineer WookieFPV on Github / X

I built a small CLI tool to quickly check which npm packages include an @expo.dev config plugin (and whether it’s being used). 🎉 Try it out: npx list-config-plugins Feedback is welcome!

Bild

The State of React Native 2024 is now open! 🚨🚨🚨 ➡️ stateofreactnative.com We've been running this survey for 3 years & it's become an invaluable resource for learning about React Native's best features and biggest pain points. Share your thoughts and help us shape the whole RN ecosystem!

its a header image with the title "State of React Native 2024"

one of the best debugging techniques of all time is to log everything relevant and deterministic, and diff the two logs

two logs side by side, diverging midway

A simple general purpose memoizer utility for TypeScript - lazily computes a value when accessed - autocaches the result - typesafe i use this all the time...unlike a naive getter there's no runtime overhead after the first invokation since the getter itself is overwritten with the memoized value

Bild