-
因为微前端方案需要做成应用可插拔,所以产生了需要卸载路由的需求。
尝试使用`stop`方法卸载:
`stateman` 提供了 `stop` 方法,但是该方法只卸载了内部`histery`, 组件依然在内存中,所以组件的`destroy`方法不会触发, 导致应用无法卸载干净,对于全局对象的事件没能及时销毁。
所以希望能够提供一种能够销毁方案来销毁整个应用, 例如在 https:/…
-
by **rasmus@mindplay.dk**:
For the purposes of (primarily) reflective meta-programming, Go needs a syntax for
static/lexical field (and possibly type) references - that is, some sort of value
represe…
-
Considering that HTML imports are deprecated and the recent move in cosmoz-frontend to es modules, we should clean up all uses of this feature.
-
With last versión (1.19.1) when i do:
products = Poiji.fromExcel(intputStream, PoijiExcelType.XLS, ProductExcelDTO.class);
the return stateman is null but, if the file extension is .XLSX it works fi…
-
目前其实已经完成。 还在做的是服务端渲染配套的单页系统框架的整理,并且早已有了一个在运行的线上项目, 在考虑先内部完善后再发布,或是推广出去,集思广益,。
这个issue会包含
- [x] 一个`Server.render(Component, definition)` (已完成)
- [x] 一个配套的`regular-state`的框架,用于整合Regular与第三方路由库stat…
-
Instead of reusing Ultradom in Hyperapp (which is totally possible, but a bit awkward in my opinion) what if [Hyperapp](https://github.com/hyperapp/hyperapp/) exported its `patch` function instead?
…
-
我所看到的大部分demo引入一个regular-ui组件后需要inject到一个dom上面去,如果在自己的组件中想使用regular-ui中的某个组件该如何实现呢?
我尝试过下面的方法,感觉这样写很怪
```
程序入口文件
var Regular = require('regular');
var restate = require('./vendor/restate');
var A…
-
> **Note**: This is not an April Fool's Day prank! 😄
## Background
After a lot of debate and enduring weeks of inner turmoil, I've decided to move forward with a series of drastic changes that…
-
是这样的情况:
```javascript
const router = Restate({routes: {
'app': {
url: '',
view: Application
},
'app.introduce':{
url: '',
view: Intro…
-
ie6同时引入jquery 和stateman,在使用多层路由时报错,权限不足 。985行 this.iframe 无法访问。