Who said you need to recompile the whole app to just update the React Native JavaScript bundle?
Hold my IPA πΊ
@mdjdev.bsky.social
Who said you need to recompile the whole app to just update the React Native JavaScript bundle?
Hold my IPA πΊ
Check it out yourself: github.com/callstack/re...
31.01.2025 14:45 β π 0 π 0 π¬ 0 π 0Reassure can automatically catch performance regression in your PR-s β¨
Iβve updated the our examples to show how it works in action:
β¨ Pkg Stats now lets you compare multiple packages!
$ npx pkg-stats <package1> <package2> ...
Now you can check the most popular date handling package (or anything else)! π
π github.com/mdjastrzebsk...
NPM weekly downloads for vite Total: 18,901,310 last week By major version: 6.x 3.2M 5.x 12.3M 4.x 2.9M 3.x 0.4M 2.x 0.2M
Vite 6 adoption should accelerate now that Vitest 3 is out. Although we expect to still see some usage of Vite 4, Vite 5 was released more than a year ago, and most frameworks and tools supported it from day one. Are you still using Vite 4? Is there something preventing you from upgrading?
21.01.2025 10:54 β π 89 π 7 π¬ 2 π 0You mean vanity-checking stats of my OSS projects? π
17.01.2025 20:24 β π 1 π 0 π¬ 0 π 0This is showing NPM weekly downloads for a package, so that maintainers and users easily see which versions are the most popular.
17.01.2025 18:59 β π 1 π 0 π¬ 1 π 0what a coincidence π
17.01.2025 18:58 β π 0 π 0 π¬ 1 π 0Of course it's open source: github.com/mdjastrzebsk...
17.01.2025 12:06 β π 3 π 0 π¬ 0 π 0Want to quickly check NPM package popularity?
β¨ I've built a tiny, beautiful terminal tool to check package stats. No setup needed, just run:
$ npx pkg-stats <package>
Let me know what you think!
A lot of React Native Testing Library users are still on ver. 7, 9, and 11. These were great... like 2-4 years ago π―
Itβs time to upgrade! π
βΉοΈ Release info
github.com/callstack/re...
π React Native Testing Library v13 is here!
Whatβs new?
β
Concurrent rendering by default
β
React 18 & 19 support (for RN 0.78)
β
Faster tests, better DX
TIL: default params in JS are evaluated:
β
when the function is called
β not when it's defined
Why does Xcode default to putting build output (DerivedData) in ~/Library/Developer/Xcode/DerivedData by default? π€
Wouldn't it be way more practical to keep it in the project directory? Easier to find, clean, cache, and manage overall.
What am I missing here?
The best build is no build
20.12.2024 15:38 β π 20 π 5 π¬ 3 π 1Not again ...
18.12.2024 11:27 β π 2 π 0 π¬ 0 π 0There is not a lot of breaking changes but the migration guide might come handy π
callstack.github.io/react-native...
React Native Testing Library v13 is now in RC! π
Releasing on Friday the 13thβwhat could possibly go wrong? π
Upgrade and let us know if anything breaks.
0.x versions π€ refactors
12.12.2024 21:07 β π 2 π 0 π¬ 0 π 0I've noticed a curious thing about yarn vs pnpm:
- yarn: deleting and recreating `yarn.lock` after changing deps creates different (cleaner?) lock file
- pnpm: recreating lock files generates exactly the same file
π€
Why Byorg AI?
πΉPerfect for custom company-specific apps
πΉComposable, easy-to-maintain, and scalable architecture.
πΉWorks with any AI provider (API or local) via @vercel AI SDK.
πΉPre-built @SlackHQ & @discord integrations, easy to add more.
github.com/callstack/byorg-ai
β¨ Introducing Byorg AI - an open source framework to bring your organization an AI thatβs:
πΉ self hosted
πΉprivacy oriented
πΉaware of company information you feed into it
πΉusing familiar Slack or Discord UI
and whatβs best - you can deploy it within minutes.
Together with @q1w1n.bsky.social weβre at Future Conf in Krakow today, talking about how we built @callstack.com internal chatbot. ποΈ
And thatβs not allβweβve got something exciting to announce. Letβs just sayβ¦ it might be something open source. β¨
Stay tuned!
React 19 is now stable! This is an important milestone! react.dev/blog/2024/12...
05.12.2024 19:31 β π 3 π 0 π¬ 0 π 0Living on the bleeding edge π
27.11.2024 17:39 β π 1 π 0 π¬ 0 π 0π’ React Native 0.77 is in RC now!
This release still uses React 18.3, due to waiting for React 19 go from RC to stable.
github.com/facebook/rea...
π¦ React Native Testing Library 12.9.0 is out π
Highlights:
- official support for React Native 0.77 and Expo 52
- adds skipBlur option for User Event type()
github.com/callstack/re...
π Breaking changes concern removing deprecated features:
- React 16 & 17 support
- *ByA11yState, *ByA11yValue queries
- custom Jest preset
- debug.shallow
π‘ Check out the migration guide: callstack.github.io/react-native...