ice/examples/with-keep-alive
ClarkXia c893a64a1c
chore: changeset config (#5909)
* 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>
2023-02-16 16:11:49 +08:00
..
src fix: rename getConfig as pageConfig (#684) 2022-11-15 10:33:11 +08:00
README.md feat: keep-alive (#556) 2022-11-15 10:32:49 +08:00
ice.config.mts chore: optimize (#676) 2022-11-15 10:33:11 +08:00
package.json chore: changeset config (#5909) 2023-02-16 16:11:49 +08:00
tsconfig.json feat: keep-alive (#556) 2022-11-15 10:32:49 +08:00

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