Discover the story behind daily.dev’s transition from Preact to React for frontend development. This post explores the challenges, solutions, and benefits of migrating to React, enhancing our web app’s performance and development experience.
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.
5 Essential Frontend Architecture Principles
In this article, Patrick presents five architectural principles for building a modern frontend from a talk by Natalia Venditto.
Concurrency in React 18 for busy bee
Guide to concurrency, CPU- and IO-bound components, and other interesting stuff. Finally, learn what deferred value is.
Top Redux Alternatives: Exploring State Management Solutions
You’ll explore some popular Redux alternatives, each offering unique features and benefits that cater to different use cases.
How to Use TypeScript with React
You will learn how to use TypeScript with React. By the end, you will have a solid understanding of how to write React code with TypeScript.
了解 daily.dev 前端开发从 Preact 过渡到 React 背后的故事。这篇文章探讨了迁移到 React 的挑战、解决方案和好处,从而增强了我们的 Web 应用程序的性能和开发体验。
向您的 React 应用程序添加身份验证(赞助商)
身份验证是总是需要比您想要的更多努力的事情之一。您可以使用一个自动保持最新状态并附带预构建组件的身份验证提供程序,而不是添加静态库(您需要更新和维护)。了解使用 FusionAuth 的 React SDK 添加注册和登录是多么容易。
在本文中,Patrick 根据 Natalia Venditto 的演讲提出了构建现代前端的五个架构原则。
并发性、CPU 和 IO 绑定组件以及其他有趣内容的指南。最后,了解什么是递延价值。
您将探索一些流行的 Redux 替代品,每种替代品都提供适合不同用例的独特功能和优势。
您将学习如何将 TypeScript 与 React 结合使用。最后,您将对如何使用 TypeScript 编写 React 代码有一个深入的了解。
发布者