mirror of https://github.com/alibaba/ice.git
* chore: reset version * fix: changeset * chore: publish beta * chore: update pre * chore: custom version * chore: remove test * fix: version * chore: test case * chore: version * fix: reset changelog * fix: update lock * fix: changelog * chore: release beta version * chore: add changeset * chore: release beta version * chore: update @ice/app version * chore: update version and lock --------- Co-authored-by: luhc228 <luhengchang228@126.com> |
||
|---|---|---|
| .. | ||
| src | ||
| README.md | ||
| ice.config.mts | ||
| package.json | ||
| tsconfig.json | ||
README.md
with-keep-alive
Experimental keep-alive with React 18 <Offscreen />.
How to debug
First of all, publish the package to the yalc repo.
$ cd packages/ice && yalc publish --push
$ cd packages/runtime && yalc publish --push
Then, install the example dependencies.
$ cd examples/with-keep-alive && yarn install
$ yalc add @ice/app @ice/runtime
$ npm run start