kadirahq / flow-router

Carefully Designed Client Side Router for Meteor
MIT License
1.09k stars 192 forks source link

Rething about the  Fast Render Itegration #187

Open arunoda opened 9 years ago

arunoda commented 9 years ago

Currently, we depends on fast-render for dealing with client side data availability.

So, we need to implement a similar data environment which is available on the server for react to render initially.

In this case, we may need to re-use a lot of fast-render goodies. Try to use them.

If this is the simply re-implementing fast-render, why don't we fix the bug of using fast-render (Which is something we won't get the data)

arunoda commented 9 years ago

May be we need to reconsider this since we need to support upcoming SubsManager's FR integration.