Used it in my last organisation to implement elasticsearch in the application, its a bit dry here and there and a very vast ocean of things going on under the hood, i ended up breaking the app in production during the first try and then i understood the mistakes and corrected them. It easy to use anyway.
I tried webpack first, got lost in the configuration, plugged in parcel bundler and forget about it, thats how easy it is.
When I needed validation of the domain address given by user, I gave this library a go and it was a perfect fit. Has good examples shown in the package.
When i used joi as a screening mechanism to avoid unwanted data to creep in and break my server, a similar approach for front end happens with prop-types. I loved setting it up which gave my app a confidence to move forward.
I had a supermarket app made for a client where the user required qrcode labeling for the items in the store, So i used this library to link items with QR codes. Easy to use.
The Core JavaScript Framework or "CoreJS" is a client-side JavaScript library which provides tools for creating object-oriented and event-driven JavaScript code. It is used by the Echo3 Framework but is not in any way dependent upon it (CoreJS is designed be used independently). it has great documentation.
A beautiful dropdown component builds for react application. Its super-smooth transition and animation of the dropdown menu make it very eye-catching. Used it for building mobile-friendly react applications. But it requires an upgrade compared to other libraries.
I have used javascript most of the time for building application before using this amazing framework. The more I get used to it I never compromise it with others on the scale of usability, simplicity, scalability, and performance. It helps me to write bug-free code and makes the development very fast. I cannot imagine without it.
Want to add beautiful icons in your react application? This is an awesome library that has a large number of beautiful icons and can be easily used in applications. Most of the time I am dependent on this library for implementing icons. A usable library for me. Just explore.
Almost all of us have heard about babel, a transpiler that converts the latest javascript features(ES6) that are not understandable to every browser to ES5 which is understandable to every browser. Just a great tool. Explore it.