-
To be complete: I would suggest another project split (the first here https://github.com/Trustroots/trustroots/issues/515). Frontend logic can use MobX as state management. It allows to write complete…
-
I have a question:
Is there a better way to watch a observable prop just like Vue?
```js
const vm = new Vue({
data {
foo: 'foo'
},
watch: {
foo (val, oldVal) {
console…
-
А нет ли примера, демонстрирующего индикацию загрузки/сохранения и ее кастомизацию? Я не нашел.
Что-то вроде такого
1. Есть строковое поле ввода и кнопка сохранить
2. Поле уже с дефолтным значе…
-
又到了招聘季节,前端招人真的是越来越难了,识别出优秀的人才更难,各位面试官们舍不舍得放出自己的面试技巧?
可以谈谈自身经验,也可以参考精读文章:[The-Best-Frontend-JavaScript-Interview-Questions](https://performancejs.com/post/hde6d32/The-Best-Frontend-JavaScript-Interv…
-
The documentation says
> both Vue and React provide **reactive** and composable view components
But can we say that React is reactive?
React itself doesn't detect your state changes at all. …
-
Hi @arturi @goto-bus-stop @kvz! I am trying to integrate uppy into my existing React (with Redux) app, following the examples mentioned [here](https://github.com/transloadit/uppy/issues/116#issuecomme…
-
Hie
There have a server side pagination ??
I have tried items-provider function but it does n work for me !!
My ajax returns [{"id":2,"name":"When died napaleon","text":null,"parent":0,"type":1,"ty…
-
React is so 2016.
mitar updated
7 years ago
-
The problem i face is that i see no place for local data, this also has been the single biggest problem i've had with Redux.
1. If i have a model for instance that represents a connection, where t…
-
Hi,
I'm really looking at how the client of this will work? What's are the plans?
For the reactive part, I suggest to use something like Rx.js instead making it Tracker based.
And distribute it via …