DEV Community

Cover image for Name a Front-end library that you cannot live without.
Sadeedpv🥇
Sadeedpv🥇

Posted on

Name a Front-end library that you cannot live without.

Oldest comments (36)

Collapse
 
moshfiqrony profile image
Md. Moshfiqur Rahman Rony

React

Collapse
 
humanfriend22 profile image
humanfriend22

I depends on what project I'm working but at the time of writing this I am particularly attached to VueJS.

Collapse
 
lexlohr profile image
Alex Lohr

Solid.js. Even though react work pays the bills, the knowledge that one day we can make the transition to this wonderful little library keeps me motivated.

Collapse
 
gabrielpedroza profile image
Gabriel Pedroza

react for sure

Collapse
 
vulcanwm profile image
Medea

flask

Collapse
 
peerreynders profile image
peerreynders • Edited

There should be no such thing.

Every dependency needs to earn its keep and if it isn't pulling its weight then it needs to go.

Given the wide range of application holotypes that exist on the web there really isn't a dependency that is a good fit with all of them.

Collapse
 
sadeedpv profile image
Sadeedpv🥇

Wise words🙌

Collapse
 
awcode0x profile image
AWCode0X

no library
because the front-end developer should learn how to do thing without any library first then he can use the libraries

Collapse
 
sadeedpv profile image
Sadeedpv🥇

Agreed🙌

Collapse
 
atinypixel profile image
Aziz Kaukawala

Agreed!

But he/she should be wise enough to understand which libraries can help them save time.

Example: Lodash: Once they understand how array, objects, string works, its not a bad idea to use something like lodash which helps do many things easily.

And yes, your point is valid, one should not jump directly on the library without understanding the basics!

Collapse
 
camco profile image
Camco

100%

Collapse
 
anyanka profile image
Anja

Totally agreed!

Collapse
 
mohammadshahzaib007 profile image
Mohammad Shahzaib

Agreed

Collapse
 
bubster profile image
TvO

I love when people answer this kind of stuff. You have a point but that's not really the question is it?..

Collapse
 
alaindet profile image
Alain D'Ettorre

Although I've used many libraries and frameworks, the one I have to say Angular because it packs almost everything you'll ever need in a single framework while it can be integrated (ish) with anything written in JavaScript.

Collapse
 
fjones profile image
FJones • Edited

Gonna be the odd one out between the more-or-less-obvious "nothing should be crucial!" and the framework answers, and go with... emotion. CSS-in-JS is so goddamn easy with it, I genuinely wouldn't want to miss it, even on non-framework work. The other big one for me is pug/jade because I love the simplicity of abstracting HTML (in a very similar way to how I used to do it myself), but that's more nice-to-have than the universal utility that emotion provides for me.

Edit: To amend my pug answer: Nowadays, pug is awesome for HTML emails, because it just lets you freely generate the HTML regardless of the opinionated nature of other templating engines, and still lets you do the basic things you need. Email templates are awful, but abstracting them into basic inheritance and mixins? Godsend!

Collapse
 
eljayadobe profile image
Eljay-Adobe • Edited

I'm pretty keen on Vanilla JS. And it works great with TypeScript, which I also like a lot.

Collapse
 
jonrandy profile image
Jon Randy 🎖️ • Edited

If there is a front-end library you cannot live without, I would suggest your web development and JS skills are sorely in need of work

Collapse
 
atinypixel profile image
Aziz Kaukawala

Definitely Lodash

I know javascript (typescript too) has evolved enough to eliminate use of such library but I'm using it for so long that now its my muscle memory to write _.find, _.filter, _.findIndex etc instead of using default array methods.

Collapse
 
abhinav1217 profile image
Abhinav Kulshreshtha

vanilla-js.com/

The fastest JS library there is.

Collapse
 
yxsh profile image
Yash

idk about library but I cannot live without typescript

Collapse
 
deepakydv9315 profile image
Info Comment hidden by post author - thread only accessible via permalink
Deepak Yadav

Why to use library ?? According to me we should know how to code without any library , coz we can't be dependent on libraries.
I agree libraries are also best option to code but we can't be so dependent

Collapse
 
sadeedpv profile image
Sadeedpv🥇 • Edited

So you never used react for your front-end project?

Collapse
 
deepakydv9315 profile image
Deepak Yadav

i am using react, but i can live without using it

Thread Thread
 
sadeedpv profile image
Sadeedpv🥇

Why do you use react if you don't like depending on libraries??

Thread Thread
 
ashkanmohammadi profile image
Info Comment hidden by post author - thread only accessible via permalink
Amohammadi2

console.log(using_a_library == depending_on_it); // false

 
deepakydv9315 profile image
Info Comment hidden by post author - thread only accessible via permalink
Deepak Yadav

😂💙✨

Collapse
 
yoquiale profile image
Info Comment hidden by post author - thread only accessible via permalink
Alex

Vue and Angular are frameworks, not libraries.

 
sadeedpv profile image
Sadeedpv🥇

That was my bad, sorry!

Some comments have been hidden by the post's author - find out more