-
Many user complain that their code get lost when they close their broswers. Shall we consider save user code on the fly? My opinion is that we can set a demand (2000 read/write per seconds for example…
-
```
StoreConnector(
distinct: true,
converter: (store) => HomeViewModel.fromStore(store),
builder: (_, vm) {
print(vm.uuid);
return Container();
})
class HomeVie…
-
update: @ameukam will be leading the triage team for kubernetes/community
Recruiting the following:
Triage Lead Shadow
2 Triage Members
We will use this issue to gather current issue triage …
-
Hi,
Apologies for the high-level nature of this question, and thanks for creating such a great library. We are using this library to detect acceleration in real-time for cyclists and have found tha…
-
We are building a react mapbox gl module and we use clone and inject props today.
We were looking into using the 16.2.0 context api but I saw that it will have a new one on 16.3.0 but I can’t seem …
-
I entered a valid solution and passed all the tests in the picture below. Then I added the `a` on the second line: `var collection = { a` - to make the build fail, but all the test results still have …
moT01 updated
5 years ago
-
### Issue Description
I am using [unstated](https://github.com/jamiebuilds/unstated) for state management which requires that I surround the "root" component with a _Provider_ component (unstated's…
djMax updated
5 years ago
-
## Descrição da vaga
Buscamos uma pessoa que seja apaixonada por desenvolvimento de software com qualidade e escalável. Neste momento estamos focados em encontrar um desenvolvedor com experiência e…
-
Hello, thanks for the amazing package. I have been facing some challenges though, I have an app with a React, Redux, Redux-Saga, Koajs and Mongodb stack. So every-time I add the component as a wrappe…
-
This is a great library and I intend to talk about this in my local meet-up with probably a demo/code review of how it is implemented.
A question I had and which could also be expected from the au…