pure vanilla JS web developers? I think
when you talk about node.js and js It means everybody is using libraries npm install thePackageYouNeed and implement it and done
so most React web developers you'd say use UI libraries on top of React?
not sure about other but I am
ok thanks. and one more q, I've used bootstrap before, but is the main difference between bootstrap and these JS UI libs that dynamic content can be displayed without a page refresh? also form submissions without reload
you can use bootstrap with react so its dynamic too right ?
if you keep on adding other guy's components to your projects, then you will have a lot of extra and unused stuff that makes your bundle size bigger and bigger try to build what you need once and then you can use it for the rest of your life
there's bootstrap-react which is a React library. I think original bootstrap has dependencies that can conflict with React and is not recommended.
... until you switch away from React
if you know what you did in your code, then converting it , is not too hard
That depends completely on what you are switching to and how different it is
In general, agree. but about frontend all frameworks and libraries works same So you don't need to add a 4MB pre built component to add a sliders to your project, you can just spend some time to make your own slider, then converting it to other techs is not so hard
It also doesn't work if you have 300 of your own components
Обсуждают сегодня