Mistral AI / Le Chat
And of course @ricky.fm for the extra React team message and great newsletter shoutout 🤗
And of course @ricky.fm for the extra React team message and great newsletter shoutout 🤗
I guess the usual for caching: disk space usage, and stale results if the cache key is not good enough (if the length of the docs is any indication, it's probably good enough 🙂https://ccache.dev/manual/4.10.2.html#_how_ccache_works)
I guess the usual for caching: disk space usage, and stale results if the cache key is not good enough (if the length of the docs is any indication, it's probably good enough 🙂https://ccache.dev/manual/4.10.2.html#_how_ccache_works)
Of course there are other ways to do icons, but it's a legit approach...
(I simplified the code, there are other props like `size` in the real version)
Of course there are other ways to do icons, but it's a legit approach...
(I simplified the code, there are other props like `size` in the real version)
I wonder how this will compose with reanimated (needing theme in animated styles) or some uses of react-native-svg.
I'll try to migrate and report back 🙂
I wonder how this will compose with reanimated (needing theme in animated styles) or some uses of react-native-svg.
I'll try to migrate and report back 🙂
The createUnistylesComponent api feels a bit awkward, have you thought about a useTheme hook? Maybe it’s not possible with the way things work on the C++ side?
The createUnistylesComponent api feels a bit awkward, have you thought about a useTheme hook? Maybe it’s not possible with the way things work on the C++ side?
screenA (staleTime 1min) → navigate to screenB (staleTime 10min) → go back to screenA (it is still mounted) → no refresh.
screenA (staleTime 1min) → navigate to screenB (staleTime 10min) → go back to screenA (it is still mounted) → no refresh.
What about enforcing equal staleTime or at least warning about overrides?
What about enforcing equal staleTime or at least warning about overrides?
The new useImage hook in expo SDK 52 might help too :)
The new useImage hook in expo SDK 52 might help too :)