javascript
-
A beginner’s guide to #JavaScript in #Gutenberg atomicblocks.com/javascript-in-…
-
If code #JavaScript, then these “can do in a few minute” tricks on @freeCodeCamp are worth a look: medium.freecodecamp.org/9-neat-javascr…
-
Yllet is a set of packages for the WordPress API for both React and non-React projects. #JavaScript github.com/ylletjs/yllet
-
ReLaXed is #JavaScript that creates PDF documents interactively using HTML Has support for Markdown, LaTeX-style mathematical equations, CSV conversion to HTML tables. github.com/RelaxedJS/ReLa…
-
Using PhantomJS with PHP to screenshot webpages themaninblue.com/2018/04/25/usi… #JavaScript
-
day.js is a fast 2KB immutable date library alternative to Moment.js with the same modern API #JavaScript github.com/xx45/dayjs
-
Nice library for particle effects, say for buttons: tympanus.net/codrops/2018/0… #css #JavaScript
-
Alphabetizing Arrays, Objects, and Arrays of Objects #JavaScript css-tricks.com/snippets/javas…
-
A free book that talks about design patterns/techniques used while developing with #React. legacy.gitbook.com/book/krasimir/… #JavaScript
-
A face-detection library in 200 lines of #JavaScript (worked for me well enough, but not perfect) github.com/tehnokv/picojs
-
Designing very large (#JavaScript) applications (via @cramforce) medium.com/@cramforce/des…
-
wangchujiang.com/hotkeys/ look like a nice no-dependencies #JavaScript lib for capturing keyboard input.
-
Top #JavaScript VSCode Extensions for Faster Development codeburst.io/top-javascript…
-
If you do #JavaScript, then good idea to read up on arrow functions, introduced in ES6: sitepoint.com/es6-arrow-func…
-
#JavaScript devs: An introduction to ES6 syntax and features, such as classes, Promises, constants, and destructuring (via @taniarascia) taniarascia.com/es6-syntax-and…
-
#JavaScript plugin allows you to create ratings using emoji github.com/YanNerio/emoti…
-
Traversing the DOM with #JavaScript (by @zellwk) zellwk.com/blog/dom-trave…
-
#ReactJS devs: Formik is a small library that helps you build out forms github.com/jaredpalmer/fo… #JavaScript
-
Nice list of popular #reactjs UI components and frameworks hackernoon.com/23-best-react-… #JavaScript
-
A “fast and lightweight” drag & drop, sortable library for #reactjs github.com/kutlugsahin/re… #JavaScript
-
Examples of everything new in ECMAScript 2016, 2017, and 2018 medium.freecodecamp.org/here-are-examp… #JavaScript
-
glidejs.com is a dependency-free #JavaScript ES6 slider and carousel.
-
The missing introduction of React.js (via @in_aanand) codeburst.io/the-missing-in… #JavaScript #ReactJS
-
A @Medium zoom on your images in vanilla #JavaScript github.com/francoischalif…
-
Pose is a “declarative motion system for HTML, SVG & #reactjs” popmotion.io/pose/ #JavaScript
-
“50% of the top 500k sites take over 14 seconds to get interactive. These sites spend up to 4 seconds just parsing & compiling #JavaScript.” medium.com/dev-channel/th…
-
How to Add #JavaScript and CSS to #Gutenberg Blocks the Right Way in Plugins and Themes wp.zacgordon.com/2017/12/26/how…
-
Lazy Loading #JavaScript Modules With ConditionerJS (via @rikschennink) smashingmagazine.com/2018/03/lazy-l…
-
ScrollBooster: Content Drag-To-Scroll #JavaScript Library ilyashubin.github.io/scrollbooster/
-
#JavaScript developers, if you’re into #VueJS then check out the VueJS cookbook: vuejs.org/v2/cookbook/