Skip to content

📦 🚀 Blazing fast, simple and complete solution for micro frontends.

License

Notifications You must be signed in to change notification settings

qq10137383/qiankun-dhcc

 
 

Repository files navigation

qiankun

npm version coverage npm downloads build status dumi

qiankun(乾坤)

This project fork qiankun framework to add customized functions

  • add keepAlive options
    when the micro application is deactivated, the DOM will not be destroyed, but will be hidden. the event will be suspended temporarily. when it is reactivated, the DOM will be re displayed and the event will be restored

how to use

import { start } from 'qiankun';
start({
  keepAlive: true,
});

release

  • v1.0.0
    base on qiankun 2.7.0,add keepAlive options

refer to qiankun for more options

About

📦 🚀 Blazing fast, simple and complete solution for micro frontends.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • TypeScript 99.1%
  • JavaScript 0.9%