question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

bootstrap.js dependency

See original GitHub issue

I noticed that we need bootstrap.js as a global runtime dependency as the pagination size dropdown functionality depends on a data-toggle property which is provided by Bootstrap JS code. I’m considering moving that functionality to React as a way to remove this global dependency.

If there is anyplace else using bootstrap.js that you can point out, I’ll keep that in mind when doing that.

Issue Analytics

  • State:open
  • Created 8 years ago
  • Comments:16 (13 by maintainers)

github_iconTop GitHub Comments

1reaction
AllenFangcommented, May 1, 2016

@frontsideair, that’s fine, I’ll do it 😃

1reaction
frontsideaircommented, May 1, 2016

Sorry, I was supposed to do this but life’s been hectic lately so I couldn’t make time to do it.

Read more comments on GitHub >

github_iconTop Results From Across the Web

JavaScript - Bootstrap
Dependencies. Some plugins and CSS components depend on other plugins. If you include plugins individually, make sure to check for these dependencies in...
Read more >
bootstrap - npm
Start using bootstrap in your project by running `npm i bootstrap`. ... Run npm install to install the Node.js dependencies, including Hugo ...
Read more >
Adding A Production Dependency: Bootstrap
Install Bootstrap as a dependency, but not a dev dependency, because we'll use Bootstrap in production. Import Bootstrap into the JS files you ......
Read more >
Introduction - React-Bootstrap
{/* The following line can be included in your src/index.js or App.js file */} import 'bootstrap/dist/css/bootstrap.min.css';. How and which Bootstrap styles ...
Read more >
How to include Bootstraps JS dependencies - Stack Overflow
This works. CHECK WORKING STACKBLITZ. Do npm install:~ npm i bootstrap jquery --save. OPTION 1. Add the following in angular.json :~.
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found