For the record the case for usage is pretty common - you need site with SSR plus pretty big dashboard as `/admin` route as SPA for faster speed/more convenient data fetching/shared state across routes...
26.05.2025 03:56 โ ๐ 1 ๐ 0 ๐ฌ 0 ๐ 0
Thanks @leerob.com ! From docs i found out that:
- SPA mode in config is all or nothing
- `dynamic` can restrict to CSR only component, not route
Conclusion is Next.js router doesn't allow CSR for single route(and sub-routes), to do it i need to add 3rd party router.
Or am i missed something?
26.05.2025 03:56 โ ๐ 1 ๐ 0 ๐ฌ 2 ๐ 0
How to force client-side rendering ONLY for whole route(page.tsx) in Next.js. Please don't tell me it's impossible...๐ซฃ
25.05.2025 13:12 โ ๐ 0 ๐ 0 ๐ฌ 1 ๐ 0
3. Reactivity of nested data change DOES NOT WORK when data changed on one screen and observed on another one
I'll try to dedicate more time for investigation, but if you have any thoughts why observer could work with primitives and not work with objects in different mobile screens, pls let me know
15.05.2025 14:00 โ ๐ 1 ๐ 0 ๐ฌ 1 ๐ 0
Was not able to track down root cause, but that's where i stopped by:
1. Reactivity of nested data change(as in initial post) WORKS on the same `expo-router` screen[mobile native]
2. Reactivity of primitives change WORKS on when data changed on one screen and observed on another one
15.05.2025 14:00 โ ๐ 1 ๐ 0 ๐ฌ 1 ๐ 0
Thanks for quick response Jay. Yeah, tests seems to cover my case. I'll try to isolate the code and update you with my findings...
14.05.2025 08:13 โ ๐ 2 ๐ 0 ๐ฌ 1 ๐ 0
On `legend-state` when `store$.prop.assign({ key: [1, 2] })` tracking it with `use$(store$.prop)` doesn't react. While working with primitives and arrays is super slick, it's absolutely unclear to me how to work with more complex objects+arrays data structures. Any hints?
@jayz.us
14.05.2025 07:27 โ ๐ 2 ๐ 0 ๐ฌ 1 ๐ 0
Introducing Expo Router v5: the most powerful way to build full-stack native apps
Expo Router v5 is hereโnow stable, faster, and full-stack ready. Build universal apps with React Server Functions, API Routes, and better error logging.
๐ฅ Expo Router v5 is packed with powerful new features to help you build beautiful full-stack native apps.
โ Improved Errors and Logging
โ API Routes in Production
โ React Server Functions (Beta)
โ ....and way more!
All the deets are in the blog from @bacon.bsky.social:
expo.dev/blog/expo-ro...
05.05.2025 16:08 โ ๐ 29 ๐ 3 ๐ฌ 2 ๐ 1
I had a lot of moments reconsidering life choices or just raising alpacas instead of migrating, but itโs finally done. New architecture, @expo.dev SDK 53 (RN 0.79.1), and the fastest React Native app weโve ever built (and Iโve ever seen!). Thanks to all contributors. Amazing achievement.
29.04.2025 04:02 โ ๐ 36 ๐ 4 ๐ฌ 3 ๐ 0
Had some fun today deep-diving into Expo config plugins ๐
Ran into an issue this week with an outdated plugin, so I used my day off today to fix it and learn more about how it all works. A few takeaways from the adventure below. ๐งต๐
18.04.2025 18:30 โ ๐ 10 ๐ 3 ๐ฌ 2 ๐ 0
Amazing job! ๐
Did you compare perf with the new FlashList 2 alpha?
24.04.2025 03:51 โ ๐ 1 ๐ 0 ๐ฌ 1 ๐ 0
Legend List 1.0 is LIVE!
The โก๏ธ fastest React Native list library, 100% JS, with powerful new features. For new and old arch.
โจ maintainContentVisiblePosition
โจ Bidirectional infinite scrolling
โจ Chat UI without the inverting hack
I hope it helps make your apps better!
github.com/LegendApp/le...
23.04.2025 12:04 โ ๐ 62 ๐ 5 ๐ฌ 8 ๐ 1
Expo SDK 53 beta is now available - Expo Changelog
Learn about the changes, how to try it out, and how to give feedback.
๐ We just released the SDK 53 beta. Please go test it out and make sure it doesn't introduce any regressions for you.
Just a heads up that weโll be releasing fixes and improvements during the ~2 week beta period โ some of these may include breaking changes.
expo.dev/changelog/sd...
11.04.2025 23:30 โ ๐ 78 ๐ 12 ๐ฌ 1 ๐ 3
GitHub - LegendApp/legend-list
Contribute to LegendApp/legend-list development by creating an account on GitHub.
Legend List is getting very close to 1.0! Please try it and try to find bugs ๐
I'm trying to make sure it's extremely stable and covers all of your edge cases before 1.0 โค๏ธ
github.com/LegendApp/le...
29.03.2025 15:09 โ ๐ 21 ๐ 2 ๐ฌ 1 ๐ 0
Hola, thank You! Just curious, do you use RN's TextInput in a new solution or building from the ground up?
29.03.2025 18:46 โ ๐ 1 ๐ 0 ๐ฌ 0 ๐ 0
Seems like `react-native-live-markdown` seems as the only option for rich text editor. Is it possible to make format symbols(*,#,_) invisible?
@jpiasecki.com @tomekzaw.bsky.social
29.03.2025 16:54 โ ๐ 3 ๐ 0 ๐ฌ 1 ๐ 0
It's all great, but when we'll be able to use Expo insights? At least the ability to turn it on/off by code?
28.03.2025 09:35 โ ๐ 0 ๐ 0 ๐ฌ 0 ๐ 0
Insane performance guys! 60fps all the way
Stack:
- @tanstack.com react-query
- expo-router & expo-image from @expo.dev
- legend-list by Jay Meistrich
PS: You see a loading because I am manually adding a "wait(500)"
๐ฅ Youtube link: youtube.com/live/cEConO4...
13.03.2025 20:23 โ ๐ 23 ๐ 4 ๐ฌ 0 ๐ 0
I made an app that opens faster than any Mac app I've seen, loading a 5500 line markdown file instantly.
It's not Swift. Not Rust. Not C++.
It's JavaScript! react-native-macos is INSANELY fast ๐คฏ
And 10% the size of an Electron app!
I had no idea RN on desktop is this good.
12.03.2025 13:22 โ ๐ 55 ๐ 8 ๐ฌ 4 ๐ 2
I finally recreated the Airbnb slider in React Native โจ
I've been wanting to do this since it came out.
Github link below โฌ๏ธ
10.03.2025 16:01 โ ๐ 6 ๐ 1 ๐ฌ 1 ๐ 0
Introducing a new React Native Framework for Enterprise apps. โจ
Built around native build reuse, incremental adoption and self-hosting at your own infra.
Because the best build is no build.
Hop on the wait list โฌ๏ธ
04.03.2025 16:32 โ ๐ 23 ๐ 5 ๐ฌ 2 ๐ 2
๐ฅTHE RESULTS ARE IN๐ฅ
results.stateofreactnative.com
25.02.2025 16:07 โ ๐ 22 ๐ 6 ๐ฌ 2 ๐ 8
๐ฅ Tried out a shiny metal card effect!
Built with @expo.dev, @swmansion.com's Reanimated, and @wcandillon.bsky.social's RN Skia.
Big shoutout to @jerinjohnk.bsky.social, followed his implementation, and his blog made it super easy to understand.
Hereโs my take on it, check out the video! ๐
22.02.2025 21:31 โ ๐ 19 ๐ 2 ๐ฌ 1 ๐ 0
amazing, thnx!
22.02.2025 15:05 โ ๐ 0 ๐ 0 ๐ฌ 0 ๐ 0
hey man
any chance you can drop the gist of the custom button based on `PureNativeButton`? it shouldn't be clean/polished, just to save the time not diving into `useHandler`/`useEvent` w/o docs...๐ซ
22.02.2025 05:50 โ ๐ 1 ๐ 0 ๐ฌ 1 ๐ 0
React Native 0.78 - React 19 and more ยท React Native
Today we are excited to release React Native 0.78!
React Native 0.78 is now available!
This release includes React 19, support for Android vector drawables, easier brownfield integration on iOS, and more.
reactnative.dev/blog/2025/0...
19.02.2025 17:36 โ ๐ 65 ๐ 17 ๐ฌ 1 ๐ 2
๐ฑTried this beautiful animation that smoothly pushes text when an image appears, ๐ loved it from the moment I saw it!
๐ช Built using @expo.dev and @swmansion.com's Reanimated.
Inspired by @lostdoesart.bsky.social's tweet โจ
Check it out here ๐
16.02.2025 06:33 โ ๐ 36 ๐ 2 ๐ฌ 2 ๐ 0
Turning coffee into code @ Netflix, exploring new tools and tech with the leftover energy.
christopherbarfield.com
React Native guy. Munich, Germany.
Product Engineer @ squads.so
Building fusewallet.com โข ex- framer.com
๐ Amsterdam, The Netherlands
Software dev who works on web and TV apps and is now on the cool butterfly app since twitter scares me
Occasional content creator.
Still on my mobile development (expo) arc.
Other arcs include origami, algorithmic art, robotics, other STEM things.
He/They. INTP5w4.
Check out all my things at foldsters.leaflet.pub
Developer, maker of @pnpm.io
Works on dependency management at bit.dev
Fast, disk space efficient package manager
pnpm.io
Front-end developer, driven by design.
Former lead front-end @ cher-ami.tv.
Musician, drummer.
Based in Lyon, France.
Freelancer
โณ https://willybrauner.com
โณ https://github.com/willybrauner
โผใปแดฅใปโผ working on React Compiler. formerly known as [@]potetotes on the cursed place
Guitar player slash software guy. Working on React Native @ Meta. Opinions are my own. He/him.
my life is derp and i do derp shit
Develop, preview, submit, and update native apps from a single React codebase for iOS, Android, and web.
Open source developer
๐จโ๐ป Bingo, create-typescript-app, ESLint, Flint, Mocha, OctoGuide, typescript-eslint...
๐ช Boston TS Club & SquiggleConf
โ Learning TypeScript (O'Reilly)
๐ Microsoft MVP
๐ TC39 Invited Expert
https://joshuakgoldberg.com
Technical founder. Building new stuff at my startup lab https://blackboard.sh | 20+ years in early startups | prev: 7 years at webflow
You might have met me as Jeff, Joab, or Larry.
#startups #ziglang #typescript #bun #electrobun #webflow
living in Switzerland ๐จ๐ญ mainly working on typescript, css and compiler related frontend topics
https://github.com/jantimon