12 min read
What Everyone Gets Wrong About React Modals
If a modal should support Back, refresh, or a shared URL, it is not component state—it is navigation. Here’s the routing pattern most React apps miss.

12 min read
If a modal should support Back, refresh, or a shared URL, it is not component state—it is navigation. Here’s the routing pattern most React apps miss.
12 min read
Build one video player for iOS, Android, and web with shared React Native controls, platform-specific playback engines, explicit state, fullscreen, captions, and Picture in Picture.
