JSter #92: Libraries, and more
JavaScript another day.
My tour is half-way through and it has been a wild ride so far. A lot of work remains of course, but we'll see. I hope to have something to announce in the next post. :)
Libraries
{{ screenshot: https://github.com/origamitower/folktale }}
- origamitower/folktale - A standard library for functional programming in JavaScript
- lychee.js - Next-Gen Isomorphic Application Engine
- dropbox/zxcvbn - Low-Budget Password Strength Estimation
- Sazerac - Data-driven Testing for JavaScript
UI Libraries
- Moon - A minimal, blazing fast user interface library
- WebReflection/viperHTML - Isomorphic hyperHTML. Another light option.
- Ant Design - A UI design language and components for React
Frameworks
- MJML - Easy responsive emails
Articles
- ES6 modules support lands in browsers: is it time to rethink bundling?
- JavaScript Start-up Performance
Tutorials
Techniques
Interviews
- Sanctuary interview - A refuge from unsafe JavaScript.
- Rambda interview - Like Ramda (FP library) but leaner and meaner.
Slides
- Re-imagining Webpack - Or how I discovered webpack and what consequences that had.
Collections
- sindresorhus/promise-fun - Promise packages, patterns, chat, and tutorials
Tools
- lahmatiy/component-inspector - Component DOM inspector
- tunz/js-vuln-db - A collection of JavaScript engine CVEs with PoCs