星期一 12 凌晨 二月 13o 2023
A Historical Reference of React Criticism
A Historical Reference of React Criticism
There have been a number of criticisms levied at the React project over the years, some of them handled and some of them still wavering in the wind. In this post, I’ll summarize the ones that are most prominent in my memory as a way of maintaining a record.
Modularizing React Applications with Established UI Patterns
Learn how to apply established UI patterns for a more organized and maintainable codebase and discover the benefits of layering architecture in React development.
Multi-threaded React App using useWorker
Web Worker is a script that runs in the background without affecting the user interface, as it runs in a separate thread instead of the main thread. So it won’t cause any blocking to the user interaction.
What is React component composition?
What does composing React components mean? And, what problems does it solve?
React has come a long way in the last 5 years or so, and has captured the market of web development and some of mobile development (with React Native), in both large and small companies. It has become the go to library to build web applications, and has gained consistent popularity over the years.
多年来,React 项目受到了许多批评,其中一些已经得到解决,一些仍然在风中摇摆不定。在这篇文章中,我将总结我记忆中最突出的那些,作为保持记录的一种方式。
了解如何应用已建立的 UI 模式来构建更有组织性和可维护性的代码库,并发现 React 开发中分层架构的好处。
Web Worker 是一个在后台运行的脚本,不会影响用户界面,因为它在单独的线程而不是主线程中运行。所以它不会对用户交互造成任何阻塞。
组合 React 组件意味着什么?并且,它解决了什么问题?
React 在过去 5 年左右的时间里取得了长足的进步,并占领了大型和小型公司的 Web 开发和一些移动开发(使用 React Native)市场。它已成为构建 Web 应用程序的首选库,并且多年来一直受到欢迎。
发布者