-
I am trying to draw a line for each closed trade, from the opening date and price to the closing date and price. Ideally, I would like to be able to decorate each line based on direction (long/short)…
-
Hi,
I got a saga that looks something like this:
``` js
function * getFromServer(query) {
var state = yield select(selectQueryState)
if (state.queryState[query]) {
return
}
yiel…
-
As initially referenced in #93 I would like to take a stab at simplifying the codebase.
Initial ideas:
1. pull out internationalization into a separate package. react-big-calendar-moment, react-big-…
-
Pretty simple scenario, but in every case, we print out `undefined` on the console at time of submission.
The model data is actually updated in the state tree within Redux.
```
class SampleForm exte…
-
I found the FAQ a bit unhelpful when it comes to the difference between Cerebral and Redux. I think most important thing to highlight would be what Dan said in a Twitter conversation about this very t…
-
**Update:** Reactiflux is moving to [Discord](https://discord.gg/0ZcbPKXt5bZiQhB5). ([more info](https://github.com/reactiflux/volunteers/issues/25#issuecomment-148891594))
Wondering why we have to l…
-
Weekly a ser disparada no dia 10/12/2015
Ajude a BrazilJS Weekly postando sua dica, link ou sugestão aqui nos comentários desta issue.
Ao longo da semana vamos debatendo e juntando os melhores links …
-
I've started this issue to share progress on Astronomy 2.0. I wanted to release RC version before the end of this year but **it will be published before the end of Q1 in 2016**. I've rewritten almost …
-
Hi, I'm really sorry if this question is dumb or silly, or even off-topic. I'm an experienced programmer (C/Go/JS), but I have almost always worked by myself and I have little experience with collabor…
henpa updated
9 years ago
-
I'd really like to incorporate the Relay cache within my Flux store so I can do "time-travel" and gain deep insight into the application. It looks like the store and the actions are classes which aren…