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

iOS: Performance of reloading UIImage(name:...) -

How to prevent logback from emitting repeated "Empty watch file list. Disabling" messages -

c# SetCompatibleTextRenderingDefault must be called before the first -