Experimental keep-alive with React 18 <Activity />
.
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
$ yalc add @ice/app @ice/runtime
$ yarn install
$ npm run start