DevL∞p (@endlessfrontend) 's Twitter Profile
DevL∞p

@endlessfrontend

21 yo | Building an app for music lovers | React Native | Native Japanese speaker | English learner

ID: 1844411607142854656

linkhttps://github.com/Ucekay calendar_today10-10-2024 16:16:13

150 Tweet

477 Takipçi

75 Takip Edilen

DevL∞p (@endlessfrontend) 's Twitter Profile Photo

Followed the quick start tutorial to try AI SDK by AI SDK with Expo ! Great to have AI integration options for mobile apps. Here's a quick demo.

DevL∞p (@endlessfrontend) 's Twitter Profile Photo

Congrats on Unistyles 3.0 Jacek! 🎉 Just tried it - theme switching with absolutely no re-renders is mind-blowing! Here's a comparison where components with 'Unistyled' prefix use Unistyles and 'Themed' prefix use React Native's StyleSheet. Incredible work! 🙌

DevL∞p (@endlessfrontend) 's Twitter Profile Photo

One of my favorite features in Expo 52: expo-image's useImage provides image dimensions while preloading! Makes maintaining aspect ratios so much easier and loads images faster than ever. Much better than the way of using React Native's Image.getSize()! ✨

DevL∞p (@endlessfrontend) 's Twitter Profile Photo

This is exactly what I needed a few days ago! As a first-timer, setting up my Nitro Module took 30 mins - manually adding module names/namespaces in templates and preparing the example directory. This CLI tool handles all that automatically. Makes a huge difference in DX! 🚀

DevL∞p (@endlessfrontend) 's Twitter Profile Photo

Built a color palette extraction module for React Native with Nitro Modules! Implemented MMCQ in C++ to extract multiple colors from images 🎨 Still work in progress, but if you're interested in development updates, I'd be happy to have you follow along !

DevL∞p (@endlessfrontend) 's Twitter Profile Photo

iOS 18.2 is out! 🎉 React Native devs with Apple Intelligence access - want to add Image Playground to your app? I've got you covered: github.com/Ucekay/react-n…

DevL∞p (@endlessfrontend) 's Twitter Profile Photo

Update on react-native-nitro-palette: ✨ Now fully async - no more JS thread blocking 📱 Added support for device library images Thanks for the suggestions that helped improve the package! 🙏 github.com/Ucekay/nitro-p…

DevL∞p (@endlessfrontend) 's Twitter Profile Photo

Playing with useOptimistic + transitions in React Native - optimistic updates work nicely but UI gets blocked during transitions. Can't wait for full React 19 support in React Native! (Or am I missing something? 🤔)

DevL∞p (@endlessfrontend) 's Twitter Profile Photo

What a cool use case for react-native-nitro-palette! This is exactly the kind of creative implementation I hoped to see - taking UI to the next level! ✨

DevL∞p (@endlessfrontend) 's Twitter Profile Photo

I've also built something with react-native-nitro-palette. Interested? Check out react-native-nitro-palette: github.com/Ucekay/nitro-p…

DevL∞p (@endlessfrontend) 's Twitter Profile Photo

I personally prefer unistyles. It keeps my codebase consistent and clean without needing inline styles for conditional styling or applying multiple styles. Plus, it supports media queries, making it even more powerful for responsive design.

I personally prefer unistyles. It keeps my codebase consistent and clean without needing inline styles for conditional styling or applying multiple styles.

Plus, it supports media queries, making it even more powerful for responsive design.
DevL∞p (@endlessfrontend) 's Twitter Profile Photo

Pro tip: Help Copilot generate better commit messages by configuring conventional commit format! Here's my settings.json config. Now Copilot knows exactly how to format commits 🎯

Pro tip: Help Copilot generate better commit messages by configuring conventional commit format!

Here's my settings.json config.

Now Copilot knows exactly how to format commits 🎯
DevL∞p (@endlessfrontend) 's Twitter Profile Photo

Looking forward to the release of React Native 0.78 and its anticipated support for React 19. I'm curious about which React 19 features you think will enhance mobile app development. Are there any specific features you're excited to use? github.com/facebook/react…

DevL∞p (@endlessfrontend) 's Twitter Profile Photo

This sounds powerful! After checking the expo-image-manipulator source code, I think I get it. I plan to use these features for a native module in development. Looking forward to the Docs to confirm my understanding!