JSter #114: Libraries, data structures, and more
When JavaScript isn't enough.
Remember to check my updated webpack book if you haven't already. I'll also do some touring next month.
Libraries
- TOAST UI - Make your site delicious.
- funfix - Functional Programming Library for JavaScript, TypeScript and Flow.
- runtime.js - JavaScript library operating system for the cloud. Yes, it's crazy.
Data Structures
- [rangle/typed-immutable-record(https://github.com/rangle/typed-immutable-record) - Typed Immutable.js Record using Typescript interfaces.
- ubilabs/kd-tree-javascript - JavaScript k-d Tree Implementation.
- anvaka/ngraph.path - Path finding in a graph.
Articles
- The end of Framework Churn
- Fear, trust and JavaScript: When types and functional programming fail
- JavaScript v. backward compatibility
Guides
Techniques
Tools
- repl.it - Instant programming environment for your favorite language.