Afonso Ramos

@afonsojramos.me

Just shipped react-native-super-calendar 1.0 🗓️ A virtualized month/week/day calendar + date picker for RN and web. Renders only what's visible (thanks to @jayz.us's Legend List), pinch-zoom time grid on the UI thread. @expo.dev example also available with expo-haptics github.com/afonsojramos...

GitHub - afonsojramos/react-native-super-calendar: Gesture-driven, virtualized month / week / day calendar and date picker for React Native and the web.

Gesture-driven, virtualized month / week / day calendar and date picker for React Native and the web. - afonsojramos/react-native-super-calendar

github.com

Every Slidev power user ends up writing a custom picker script for their talks repo. @antfu.me has one. I had one. So I packaged it properly. slidev-decks: TUI deck picker, fuzzy matching, scaffold wizard, build --all, pm detection, slidev CLI pass-through. github.com/afonsojramos/slidev-decks

GitHub - afonsojramos/slidev-decks: CLI companion for managing multiple Slidev presentations

CLI companion for managing multiple Slidev presentations - afonsojramos/slidev-decks

github.com

There’s a new type of CSS scroll-state query coming: “scrolled”. This one remembers the last direction you scrolled into, which you can use to build “hidey bars”: when scrolling down (or having scrolled down), the hidey bar hides itself. When then scrolling back up, the hidey bar reveals itself.