Introducing NextAI: Your NextJS Documentation Companion! ✨
NextAI is an AI-powered chat that refreshes its knowledge daily with the latest NexJS doc, ensuring you're always up-to-date. #NextJS#AI
🔗Explore now: https://t.co/sW1KCcEZdW
i wasn't aware of `animation-timeline` css property if I be honest.
with it you can use css `scroll()` function to tie an animation with the scroll progress of a scrollable element.
here im animating a `mask-image`s size based on the scroll progress with `2rem` of threshold.
By the end of 2024, you’ll likely never need these APIs again:
• useMemo, useCallback, memo → React Compiler
• forwardRef → ref is a prop
• React.lazy → RSC, promise-as-child
• useContext → use(Context)
• throw promise → use(promise)
• <Context.Provider> → <Context>
I wanted to share with you a particularly useful feature of Next.js 14, which I don't find used enough ✨
The ability to fully manage the cache of an SQL query throughout the application using unstable_cache & revalidateTag.
Let's optimize our apps to the fullest 🤍
ok quick demo of postai, I'm making day-to-day decisions about the features, so don't hesitate to provide me with some feedback!
(yes I did spend too much time on the rotating globe)
@_buildspace@_nightsweekends
here is my update on the @_buildspace toy -
nothing is functional yet but I had fun working on the UI!
starting on the back-end tomorrow, can't wait for the enigmatic nextjs errors✨