返回

React ecosystem updates

前端

TypeScript 5.2 RC

TypeScript 5.2 RC is now available, bringing a host of new features and improvements. Some of the highlights include:

  • Improved support for ECMAScript modules
  • New features for working with arrays and tuples
  • Enhanced type inference for generic functions
  • Better error messages and diagnostics

From scratch RSC

React Server Components (RSC) are a new way to write React components that can be rendered on the server. This can improve performance and SEO, as it allows the server to send pre-rendered HTML to the client.

In this article, we'll show you how to create RSC from scratch. We'll cover everything you need to know, from setting up your project to deploying your components to production.

Redux migration to ESM

Redux is a popular state management library for React applications. However, it's not currently compatible with ECMAScript modules (ESM).

In this article, we'll guide you through the process of migrating your Redux application to ESM. We'll cover everything you need to know, from updating your dependencies to configuring your webpack configuration.

HTML Full-Course Banquet

HTML is a powerful language that can be used to create beautiful and engaging web pages. However, it can also be complex and challenging to learn.

In this article, we'll take you on a journey through the world of HTML. We'll cover everything you need to know, from the basics of HTML structure to advanced topics like CSS and JavaScript.

Conclusion

These are just a few of the many updates that have happened in the React ecosystem recently. Stay tuned for more exciting developments in the future!