12 Tweets 1 reads Apr 27, 2022
5 Must-Know JavaScript Tools for Web Developers👇
A Thread🧵
1. Babel ➖
Babel is an open-source and free JS compiler that you can use to convert new JS features to run an old JS standard. The plugin is also used for syntax transformation that isn’t supported in an old version.
2. iziModal ➖
iziModal is an elegant, lightweight, flexible, and responsive modal plugin that works with jQuery. It is useful to notify something to your users or ask for information using a popup modal. It is easy to use and comes with many customizations.
3. ESLint ➖
Finding bugs and fixing them in your JS code is easy by using ESLint. It analyses codes statistically to quickly catch syntax errors, command line’s style issues, etc., and fix them automatically.
4. Shave ➖
Shave is a zero-dependency JS plugin that you can use to truncate text inside HTML elements by setting a maximum height to perfectly fit inside the element. It also stores some extra original texts inside a hidden element <span>, ensuring you don’t lose those texts.
5. Webpack ➖
Webpack is a tool to bundle JS modules for modern applications. You can write the code and use it to bundle your assets reasonably while keeping the code clean.
If you liked this thread, please do the following:
1. Retweet the initial tweet.
2. Add me as a follower and activate notifications: @mujeeb0147.
Thank you for sticking with me this far.

Loading suggestions...