Overview
The React Native Chinese website is undergoing a fourth round of refactoring. This refactor aims to optimize the site by reducing server-rendering costs, introducing CI pre-compilation, removing the use of Redux, and switching to a more direct React approach.
Features
- Optimization: Focuses on reducing server-rendering costs.
- CI Pre-compilation: Introduces pre-compilation to reduce online server build costs.
- Removal of Redux: Switches to a more direct React approach to replace Redux.
- Babel Pre-compilation: Abandons babel-register in favor of pre-compiled Babel approach.
Installation
To contribute, visit the documentation repository, fork it, create or revise documents, and then submit a Pull Request for review. Contributors are welcome to help enhance the website.
Summary
The React Native Chinese website is undergoing a significant refactoring process to optimize its performance and reduce costs associated with server-rendering. The changes include introducing CI pre-compilation, removing Redux, and switching to a more direct React approach. Contributors are encouraged to fork the documentation repository, make necessary changes, and submit Pull Requests for review.