Interested in all things React, React Native & Expo. Co-Organizer of React(Native) Kiel Meetup.
📍Hamburg, DE
Solito v5 has landed - now with zero web config and dropping react-native-web as a dependency. A notable shift for universal app setups and something I'll be keeping an eye on to see how this evolves.
Solito v5 has landed - now with zero web config and dropping react-native-web as a dependency. A notable shift for universal app setups and something I'll be keeping an eye on to see how this evolves.
Interesting reflections on working with the app router. Not sure I agree with every take but it's great to see TanStack Start gaining traction in the community - something I've used in hobby projects but not yet in production.
Interesting reflections on working with the app router. Not sure I agree with every take but it's great to see TanStack Start gaining traction in the community - something I've used in hobby projects but not yet in production.
Clear, practical examples for managing async work in loops. Presents a solid framework for handling concurrency without getting tangled in nested promises.
Clear, practical examples for managing async work in loops. Presents a solid framework for handling concurrency without getting tangled in nested promises.
The URLPattern API is now baseline, newly available meaning less manual regex maintenance - a quiet but meaningful win for readability too.
const pattern = new URLPattern({ pathname: "/users/:id" });
const isMatch = pattern.test(location.href);
The URLPattern API is now baseline, newly available meaning less manual regex maintenance - a quiet but meaningful win for readability too.
const pattern = new URLPattern({ pathname: "/users/:id" });
const isMatch = pattern.test(location.href);
A great post on effective debugging. Focuses on isolating the real issue instead of chasing noise or false positives - simple advice that saves time in practice.
A great post on effective debugging. Focuses on isolating the real issue instead of chasing noise or false positives - simple advice that saves time in practice.
📍 Where: Fleet 7 (Baubüro), Kiel
Come by for the talks, stay for the drinks & conversations. See you there! 🚀
#React #ReactNative #Kiel
📍 Where: Fleet 7 (Baubüro), Kiel
Come by for the talks, stay for the drinks & conversations. See you there! 🚀
#React #ReactNative #Kiel
• React Native Skia - High-performance 2D rendering + a peek into shaders
• React Native Skia - High-performance 2D rendering + a peek into shaders
✅ Feature parity with web
✅ Fast time to market
✅ OTA updates baked in by design
But is short time speed worth the cost of long-term UX debt? Feel free to comment and let me know what you think 💭
✅ Feature parity with web
✅ Fast time to market
✅ OTA updates baked in by design
But is short time speed worth the cost of long-term UX debt? Feel free to comment and let me know what you think 💭
📱 Truly native components & feel
🚀 Better overall performance
🌐 Reliable offline support
🎲 Fewer risks regarding app store guidelines
📱 Truly native components & feel
🚀 Better overall performance
🌐 Reliable offline support
🎲 Fewer risks regarding app store guidelines