Reply to this tweet with a JavaScript library or tool that you've found useful lately and isn't super well known. (We'll retweet some of the most interesting ones and to help get the ball rolling in 24 hours we'll give a $20 Amazon․com voucher to one random responder! 😄)
Congratulations and thanks to all 100+ people who replied with lots of useful links to go through 🙂 And extra congratulations to @UnforbiddenYet who wins the $20 voucher. We'll DM you!
@JavaScriptDaily shareon.js.org is a neat set of social sharing buttons that skip all the tracking nonsense. The icons themselves are SVG as well so scale nicely everywhere.
@JavaScriptDaily njt.now.sh is also very handy for navigating npm packages. Hard to explain though.
@JavaScriptDaily npmjs.com/package/json-s… for helping to understand the structure of arbitrary JSON
@JavaScriptDaily Dokkie.dev a very simple blog, docs or website generator. Using it for my blog and all docs now. But its still in the works..
@JavaScriptDaily My library! Makes handling React modals easy as pie. github.com/hiradary/reove…
@JavaScriptDaily Fabric js - Super useful for anything related to canvas! fabricjs.com
@JavaScriptDaily @mourner’s radically simple, zero-configuration static site generator in JavaScript github.com/mourner/tinyjam
@JavaScriptDaily Handsfree for website: Turn on voice control on your website. github.com/sljavi/handsfr…
@JavaScriptDaily I need to work with hex grids lately and found this library github.com/flauwekeul/hon… very useful.
@JavaScriptDaily MithrilJS: one of the simplest, perfectly clear microframeworks out there. It is crazy fast, lightweight and with neat, simple API. TodoMVC can be written in pagefull of understandable, vanilla JS. Full typescript support included. mithril.js.org
@JavaScriptDaily imask.js.org Input masking made easy, quite useful 🙂
@JavaScriptDaily Babylon.js (@babylonjs). Very powerful and simplest framework i've ever seen. Thats so cool.
@JavaScriptDaily JSONata - Fantastic package to query and transform JSON jsonata.org
@JavaScriptDaily Crocks - A collection of well known Algebraic Data Types for your utter enjoyment. crocks.dev
@JavaScriptDaily React fragment for RxJS content: <$>{ stream }</$> Subscribes, Displays and Unsubscribes from Observables github.com/kosich/react-r…
@JavaScriptDaily It's not released yet, but @scichart is making a WebGL / WebAssembly JavaScript 2D/3D chart control. Blazing fast and able to draw millions of data-points in real-time! #JavaScript blog.scichart.com/scichart-js-pe…
@JavaScriptDaily utils-decorators a very useful lib for utility decorators. You will find there decorators such as memorizeAsync, refreshable, debounce, multiDispatch and many more github.com/vlio20/utils-d…
@JavaScriptDaily Jolt - A frontend framework that uses template literals github.com/OutwalkStudios…
@JavaScriptDaily Json-server...mock a restful service when developing your front-end
@JavaScriptDaily Definitely #baobab (-react) by @Yomguithereal! This is by far the best library for state management in (React) SPAs! github.com/Yomguithereal/…
@JavaScriptDaily @GetDevCo I don't know how popular it is but this is a really cool alternative to webpack and parcel - snowpack.dev
@JavaScriptDaily Can I nominate my own? It literally only has one user so far (me), so it certainly "isn't super well known" 😅 github.com/burntcustard/g…
@JavaScriptDaily Unimported, a cli tool that checks nodejs /javascript projects for unused files and dependencies. npmjs.com/package/unimpo…
@JavaScriptDaily Javascript Obfuscator tool by Timofey Kachalov...transforms your original JS code into a representation that's harder to copy or modify without authorization.. unlike other minifiers it uses various transformations and "traps", such as self-defending and debug protection.
@JavaScriptDaily Postwoman (REST, GraphQL, WebSocket, MQQT tool) postwoman.io
@JavaScriptDaily effector.now.sh the best state manager
@JavaScriptDaily Dotless : A library of composable functions to write functional code npmjs.com/package/dotless
@JavaScriptDaily Setup Redux right ;-) ...and not just for usage in react github.com/reduxjs/redux-…
@JavaScriptDaily meiosis.js.org officially it’s pattern rather than a lib because it’s so simple. It’s for state management, akin to redux but a better pattern. Deserves more exposure because it’s genius
@JavaScriptDaily react-spring, react-spring.io to develop this game: mrsquare.herokuapp.com
@JavaScriptDaily PptxGenjs - add power of PPT export to your application....loved it ♥️ A demo application and blog by me is underway 🙂