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 ![](https://open.convertkit-mail4.com/mvu5nv5m3wa5hg22no6ilueownqqq
Swizec Teller写了一篇名为:坦斯塔克路由器 - 现代反应对我们其他人,涵盖了 TanStack 如何为我们提供 Remix、Next.js、TRPC 和 Chicane 的最佳部分。
Evan 你给了一个状态更新在Vue和Vite他讨论了Vue团队在从Vue2到Vue3的过渡中所犯的一些错误,对于Vite的谈话部分,我认为他只是在其一侧保持了几秒钟的冰球支架,然后走出去。
React 服务器组件正式在Remix路线图上是的
公务员的自由动物体验 React 和 Next.js 的完整用户管理 UI 和专门的 API,让它感觉像有人为你做工作 - 此外,所有计划都包括 10,000 MAU 免费!
威廉·特鲁普创建合成.js我只是希望他有好的律师,因为我听说威斯和斯科特在保护他们的IP方面相当恶心。
The Graphite Team 写了关于为什么他们使用AWS而不是Vercel来托管他们的Next.js应用程序️
Deno 刚刚被释放丹诺克朗,一个简单的方法来安排工作 - 不要与“Dino Con”混淆,这是第四大时间前的土地在北美举办的cosplay活动(至少这是我最后一次穿着Petrie)。
谈到丹诺,团队也刚刚发布新鲜 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
未订阅![ ](https://open.convertkit-mail4.com/mvu5nv5m3wa5hg22no6ilueownqqq)
发布者