Hippy
Hippy copied to clipboard
Hippy is designed to easily build cross-platform dynamic apps. 👏
In the protocol of HippyImageViewCustomLoader, there is a method called loadImage:completed:. As an iOS developer, we usually use SDWebImage to implement this interface. The loadImage(_:completed:) method is implemented using the...
启动下面的DEMO项目后 https://github.com/Tencent/Hippy/tree/master/examples/hippy-vue-next-demo 这是什么原因呢? 下面是启动输出 ``` npm run web:dev > [email protected] web:dev > npm run hippy:dev & node ./scripts/env-polyfill.js webpack serve --config ./scripts/hippy-webpack.web-renderer.dev.js > [email protected] hippy:dev > node ./scripts/env-polyfill.js hippy-dev -c...
Some businesses depend on the invocation order of the insertHippySubview method, so we use std::map instead to ensure that the view created first calls that method first
Before submitting a new pull request, please make sure: - [ ] Test cases have been added/updated/passed for the code you will submit. - [ ] Documentation has added or...
Before submitting a new pull request, please make sure: - [ ] Test cases have been added/updated/passed for the code you will submit. - [ ] Documentation has added or...
Bumps [postcss](https://github.com/postcss/postcss) from 8.4.21 to 8.4.33. Release notes Sourced from postcss's releases. 8.4.33 Fixed NoWorkResult behavior difference with normal mode (by @romainmenke). Fixed NoWorkResult usage conditions (by @ahmdammarr). 8.4.32 Fixed...
以 hippy-vue-next-demo index.android.js 为例,优化前 328KB, 优化后 302 KB。项目越大效果越明显。 优化点: 1. 优化 hippy-vue-css-loader 生成代码体积。具体为将 __HIPPY_VUE_STYLES__ 字符串抽取变量,减少重复。 2. 去掉 webpack 配置中的 webpack.NamedModulesPlugin , 此 Plugin 以废弃且生成的代码中会携带源码路径信息。 优化前生成代码  优化后生成代码 
Before submitting a new pull request, please make sure: - [ ] Test cases have been added/updated/passed for the code you will submit. - [ ] Documentation has added or...
**Describe the bug** 在main分支下,driver/js/examples/hippy-vue-next-demo,执行npm run web:dev后,再打开3000端口,未能正常显示页面。报错信息如图。 **To Reproduce** Steps to reproduce the behavior: 1. cd driver/js/examples/hippy-vue-next-demo 2. npm i 3. npm run web:dev 4. 打开localhost:3000 **Expected behavior** master分支下,examples/hippy-vue-next-demo,执行npm run web:dev,可以正常访问localhost:3000页面。...
# Pre-PR Checklist - [x] I added/updated relevant documentation. - [x] I followed the [Convention Commit](https://conventionalcommits.org/) guideline with maximum 72 characters to submit commit message. - [x] I squashed the...