Skip to main content

📦 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.

📣 React Native Jump to App Push Settings and Get Push Status

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

To improve push notification delivery rates, the product team proposed a requirement: display a small tip when app push notifications are disabled, and clicking the tip should jump to the app's notification settings interface.

Our app is built with React Native, and Facebook doesn't officially provide these features, so we need to develop corresponding native modules.