Erick Cardenas Mendez

Results 8 comments of Erick Cardenas Mendez

@pascalgermain thanks for the tip! @jaredmcateer I found the official upgrade guide for React Router 1.0.0 at https://github.com/rackt/react-router/blob/master/upgrade-guides/v1.0.0.md. Seems like `Router.run` was replaced by a `render` function from the module...

Our team ran into this issue as well, we were storing stringified JSON inside a `data-` attribute. We worked around it by using `encodeURI()` on the string before storing it...

Since I'm not sure which computations you're referring to, would a cache between our frontend and backend, like [Varnish](https://www.varnish-cache.org/), help in this case?

Man, I'm gonna be a Flask expert by the time this project gets done lol

oh shoot, okay I see now that the `todos` variable acts differently when you're on `/projects//todos` as opposed to `/projects//todos/pages/1`. Correct me if I'm wrong, but in the first case,...

Ok, looking at the code more closely, I see that `todos` gets the same content in both cases, unless in the current session you are at `/projects//todos`, with less than...

[shuhaowu said](https://github.com/shuhaowu/projecto/issues/5#issuecomment-19828862): > Another good idea would be pagination with a directive. You know, I've never understood why you would build directives when you can achieve the same thing by...

I'll work take on the first bullet point.