akiran / react-foundation-apps

Foundation Apps components built with React
http://webrafter.com/opensource/react-foundation-apps
MIT License
292 stars 46 forks source link

Server side rendering #16

Open ieugen opened 9 years ago

ieugen commented 9 years ago

Hello @akiran,

I'm using react-foundation-apps for server side rendering with express-react-views . The CSS rendering woks ok, however the components do not pass in the data attributes needed to make the functionality available.

Any plans for supporting sever side rendering.

akiran commented 9 years ago

yes, i will add support for server side rendering soon

Let me know which particular components are causing problems for you

ieugen commented 9 years ago

I've decided to build my own components using stock foundation classes instead of using founcation-apps. Too many dependencies for my taste and issues with server side rendering. I also don't understand why they needed extra CSS classes.

I'll probably push things into the open once they are ready.

Regards,