kotarella1110 / vite-plugin-qiankun-lite

A simple Vite plugin for efficiently running MicroFrontend applications using qiankun
https://www.npmjs.com/package/vite-plugin-qiankun-lite
MIT License
9 stars 1 forks source link

How to obtain props in the lifecycle of a page? #22

Closed gXiaofei closed 6 months ago

gXiaofei commented 6 months ago

How to obtain props in the lifecycle of a page?

kotarella1110 commented 6 months ago

@gXiaofei

You can obtain it from the arguments of the lifecycle hooks.

https://qiankun.umijs.org/guide/getting-started#1-exports-lifecycles-from-sub-app-entry

https://github.com/kotarella1110/vite-plugin-qiankun-lite/blob/500e74b0a2a4a2cb633d251d946c6883df1678a0/examples/react/src/main.tsx#L33-L36