ice/examples/with-keep-alive-react
ClarkXia 591a9abe96
Feat: support keepalive without experimental version of react (#6768)
* feat: support keepalive without experimental version of react

* feat: add keep alive example

* fix: optimize code
2024-02-20 11:22:19 +08:00
..
src Feat: support keepalive without experimental version of react (#6768) 2024-02-20 11:22:19 +08:00
README.md Feat: support keepalive without experimental version of react (#6768) 2024-02-20 11:22:19 +08:00
ice.config.mts Feat: support keepalive without experimental version of react (#6768) 2024-02-20 11:22:19 +08:00
package.json Feat: support keepalive without experimental version of react (#6768) 2024-02-20 11:22:19 +08:00
tsconfig.json Feat: support keepalive without experimental version of react (#6768) 2024-02-20 11:22:19 +08:00

README.md

with-keep-alive

Experimental keep-alive with React 18 <Activity />.

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

$ yalc add @ice/app @ice/runtime

$ yarn install

$ npm run start