星期一 03 凌晨 五月 22o 2023
Patterns from Other Languages to Enhance Your Frontend Projects
Patterns from Other Languages and Frameworks to Enhance Your Frontend Projects
Drawing from 12 years of programming across various languages, I’ll share how I’ve applied principles from these to my frontend projects.
Adding Authentication to Your React App (sponsor)
Authentication is one of those things that always takes more effort than you want. Instead of adding static libraries (that you need to update and maintain), you can an auth provider that stays up-to-date automatically and comes with pre-built components. Check out how easy it is to add registration & log in with this React SDK from FusionAuth.
React Server Components, Next.js App Router and examples
A summary of the state of React Server Components, Next.js App Router, rendering, examples and other related links and thoughts.
Crafting a modern spotlight effect with React and CSS
How to create a modern spotlight effect with React and CSS?
Why does React have a Virtual DOM?
What is a Virtual DOM and how does it help React to prevent rendering performance issues.
React Canaries: Enabling Incremental Feature Rollout Outside Meta
We’d like to offer the React community an option to adopt individual new features as soon as their design is close to final, before they’re released in a stable version—similar to how Meta has long used bleeding-edge versions of React internally.
凭借 12 年跨各种语言的编程经验,我将分享我如何将这些原则应用到我的前端项目中。
向您的 React 应用程序添加身份验证(赞助商)
身份验证是总是需要比您想要的更多努力的事情之一。您可以使用自动保持最新状态并附带预构建组件的身份验证提供程序,而不是添加静态库(您需要更新和维护)。了解使用 FusionAuth 的 React SDK 添加注册和登录是多么容易。
React 服务器组件、Next.js 应用程序路由器和示例
React Server Components、Next.js App Router、渲染、示例以及其他相关链接和想法的状态摘要。
如何使用 React 和 CSS 创建现代聚光灯效果?
什么是虚拟 DOM 以及它如何帮助 React 防止渲染性能问题。
我们希望为 React 社区提供一个选择,让他们可以在设计接近最终版本后、在稳定版本发布之前立即采用各个新功能 - 类似于 Meta 长期以来在内部使用 React 的前沿版本的方式。
发布者