Skip to main content

3 posts tagged with "frontend engineering"

View All Tags

🧭 React Native Version Upgrade Guide

· One min read
卤代烃
微信公众号@卤代烃实验室

React Native as a cross-platform framework has one of the most headache-inducing problems: version updates. Especially when encountering major version updates, the configuration and build files for JavaScript, iOS, and Android all undergo significant changes. Sometimes these configuration files are coupled together, where one change affects everything.

📦 The Painstakingly Learned Webpack DLL Configuration May Already Be Obsolete

· 10 min read
卤代烃
微信公众号@卤代烃实验室

If you've read some webpack4 optimization articles, you'll definitely encounter DLL dynamic link libraries. They are remembered by many beginners for their complex configuration. Today, I'll explore webpack DLL configuration step by step from a learner's perspective and finally arrive at a perfect solution.

The content and viewpoints in this article are different from most webpack4 optimization articles. If you have different opinions, welcome to discuss with me in the comments section.