Grok Imagine prompt:
Restyle the entire photo as a classic 1980s Japanese anime cel animation still. Transform the young East Asian man into a hand-drawn 80s anime character with large expressive eyes, sharp bold black outlines, detailed spiky dark hair with cel-shaded h...
Learning SQLite internals just got easier — you can now run SQL commands and instantly see how they affect the file structure. Better animation is coming up next :) #sqlite#database
https://t.co/2kNFq9yKhr
mixing it up with @remix_run and @TauriApps, and what a combo! 🎨
remix's new SPA features and @vite_js integration make it possible to seamlessly integrate with tauri
will open source soon, follow so you don't miss out ♥️
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>