I've just installed bootstrap 4 by yarn add and I have problem with using components which use javascript, because they need jQuery. My question is where is webpack file to add files linked with jQuery and Proper ? I'm using to start project create-react-app cli.
-
Why not use reactstrap?Vucko– Vucko2017-10-18 08:36:24 +00:00Commented Oct 18, 2017 at 8:36
Add a comment
|
1 Answer
You can use reactstrap directly, no need to import jquery.
1 Comment
yazpid
I use react-snapshot, when files are compiled to static HTML version for examplem baner slider don't work.