11 2022 档案
摘要:优化点一 Render函数最好直接用jsx 函数组建 <View style={{ flex: 1, backgroundColor: '#F4F5FA' }}> <TitLe> <View/> 优化点二 函数最好不要超过10行,我判断逻辑拆分,拆细节 优化点三 多个组件层级嵌套,避免使用 prop
阅读全文
摘要:一、什么是 Nginx? Nginx (engine x) 是一款轻量级的 Web 服务器 、反向代理服务器及电子邮件(IMAP/POP3)代理服务器。 什么是反向代理? 反向代理(Reverse Proxy)方式是指以代理服务器来接受 internet 上的连接请求,然后将请求转发给内部网络上的服
阅读全文
摘要:import { NativeModules, requireNativeComponent } from 'react-native'; /** * 使用 RN提供的 */ import { NativeModules, requireNativeComponent } from 'react-n
阅读全文