-
It seems like using a client side state manager like redux, mobx or vuex (for vue) is not the direction of vuex, each componnet would have to instantiate a connection using its own state object. what …
-
When importing, eg
```ts
import { Component, Prop, Vue } from 'vue-property-decorator'
```
with
```json
"noImplicitAny": true
```
I get the following error:
```
[tsl] ERROR in /components/B…
-
-
I was wondering why you want to use mobX while Vue already features reactive state and data-binding.
https://twitter.com/youyuxi/status/736939734900047874?lang=fr
From the example you display I can'…
-
求不要更新了,老子学不动了
-
学习阮一峰的jstraining教程,着重学习测试框架。
-
I have this nested object:
```
const pages = [
{
"id": 1,
"childs": [
{
"id": 11,
"childs": [
{
"id": 111,
"childs": [..]…
-
### What problem does this feature solve?
I recently tried to use `react` and `mobx`, `mobx` with `es7 decorator` make `store` just lik a`Class`, which is so elegant and easy.
Here is a Mobx store…
-
### Idea: To not deprecate Mobx.transaction
**Selfish complaint:**
I regret to see transaction being deprecated. I know `transaction` is the same thing that `runInAction` at the implementation lev…
-
Hi - I am starting to learn preact/vdom/data-binding internals, and as an experiment looking to port automatic data-binding (like in `vue.js` framework by the use of watchers) to `preact`. It would b…