brocoders / redux-async-connect

It allows you to request async data, store them in redux state and connect them to your react component.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Can we use this project to implement Effects like Youtube or Github?

sunkant opened this issue · comments

commented

Youtube, Github, or Quora now all have a progressive Bar when they load data, and their pages do not transition until the data is loaded.

I do not know how to implement effects like that. I think this project with React / Redux can achieve that, but I am not sure.

Can we do that effect using this project?

This project is great, it is strange that is has so few stars by far.

Thank you!

@skywalkerlucas I'd like to suggest https://github.com/makeomatic/redux-connect because this project is not in a hurry.

commented

@hanjukim , thank you a lot !

But, I want to ask what is 'redux-connect' different with this repository?

commented

Hi @hanjukim,

I see, in 'redux-connect' repo, it says "This is a fork and refactor of redux-async-connect";

But why do not develop based on this project but fork a new one?

Thanks.

Bc maintainer havent merged anything since feb

On 21 May 2016, at 17:40, Aaron notifications@github.com wrote:

Hi @hanjukim,

I see, in 'redux-connect' repo, it says "This is a fork and refactor of redux-async-connect";

But why do not develop based on this project but fork a new one?

Thanks.


You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub

commented

Hi @AVVS,
thanks!