PharLabs / SocialDocs

DEPRECATED - NO LONGER MAINTAINED
2 stars 2 forks source link

Build bootstrap menu #16

Open benbieler opened 8 years ago

benbieler commented 8 years ago

Build foundation menu

Ma27 commented 8 years ago

:-1: I don't recommend using foundation with reactjs. Due to React's internal changeset calculator it gets confused by other javascript libraries (foundation requires jquery) and reverts all changes introduced by jquery when changing the state.

Furthermore I'd recommend react-bootstrap (also used in Sententiaregum) as this provides many bootstrap components and some custom features written for ReactJS.

There are ways to achieve what you want when re-binding all the stuff inside lifecycle hooks, but I'm not a real fan of such quick and dirty hacks...