javascript - Is it correct to use react js with pure bootstrap? -


i working on migrations, of legacy code works bootstrap , bootstrap uses behind scenes jquery dependency...

i wondering if can use pure bootstrap react, bootstrap interfere nature of react virtual dom? possible use without running further problems in future?

modals, popovers sensible mixing 2 techs?

changing react-bootstrap / material ui, means further changes me...

it might less of pain use react-bootstrap jquery bootstrap plugins. react overwrites dom on updates, if bootstrap adds dom jquery (for example modal), if parent node updated shiny modal might disappear oblivion. prevent that, should make sure re-init every plugin on componentdidupdate.

more info here: http://tech.oyster.com/using-react-and-jquery-together/


Comments

Popular posts from this blog

php - How to add and update images or image url in Volusion using Volusion API -

javascript - jQuery UI Splitter/Resizable for unlimited amount of columns -

javascript - IE9 error '$'is not defined -