Swizec Teller wrote an article called, TanStack Router – Modern React for the rest of us, which covers how TanStack is able to give us the best parts of Remix, Next.js, TRPC, and Chicane.
Evan You gave a Status Update on Vue and Vite in his 48-minute talk at VueConf Toronto. He discussed some of the mistakes the Vue team made in the transition from Vue 2 to Vue 3, and for the Vite portion of the talk, I think he just held a hockey stick up on its side for a few seconds and walked out.
React Server Components are officially on the Remix roadmap.
Clerk’s free tier offers more than just a few random auth components. Experience complete user management UIs and purpose-built APIs for React and Next.js, making it feel like someone is doing your job for you – plus, all plans include 10,000 MAUs for free! [sponsored]
William Troup created Syntax.js, a lightweight code syntax highlighting tool. I just hope he has good lawyers, because I hear that Wes and Scott are pretty vicious at protecting their IP.
The Graphite Team wrote about Why they use AWS instead of Vercel to host their Next.js app 🌶️.
Deno just released Deno Cron, a simple way to schedule jobs — not to be confused with “Dino Con”, which is the 4th largest Land Before Time cosplay event in North America (at least it was last time I went dressed as Petrie).
Speaking of Deno, the team also just released Fresh 1.6 with first-class Tailwind support and an expanded plugin API.
Vjeux wrote about Using LLMs to implement normal functions within a program.
SQLSync is a collaborative, offline-first wrapper around SQLite that can synchronize web app state between users, devices, and the edge. It’s also the name of my new database-themed NSYNC cover band - so let me know if you know any good tenors.
How many times is the reducer
function invoked?
const nums = [2,4,6]
const reducer = (prev, current) => {
console.count('invoked')
return prev + current
}
nums.reduce(reducer)
Answer: Twice
If an initial value isn’t supplied, the first element in the array will be used as the initial value and the first invocation of the reducer function will be skipped.
Built with ❤️ by uidotdev
50 W Broadway Ste 333 PMB 51647 Salt Lake City, Utah 84101
Unsubscribe 。
谈到丹诺,团队也刚刚发布新鲜 1.6具有一流的Tailwind支持和扩展的插件API。
老人写了关于使用LLM在程序中实现正常功能是的
同步这是一个协作的、离线的第一包围程序围绕SQLite,它可以同步用户,设备和边缘之间的Web应用程序状态。
多少次是reducer
求职函数?
const nums = [2,4,6]
const reducer = (prev, current) => {
console.count('invoked')
return prev + current
}
nums.reduce(reducer)
答案:两次
如果没有提供初始值,则数组中的第一个元素将被用作初始值,而减量函数的第一个召唤将被省略。
由 ❤️ 建成$334
50 W 百老汇 Ste 333 PMB 51647 盐湖城, 犹他州 84101
未订阅
发布者