The current setup uses import/prefer-default-export to enforce a default (versus named) export when only one thing is exported from a module. (more…)
Read more »
lee-algorithm-js - A version of the Lee Algorithm implemented in JavaScript... (more…)
Read more »
Introduction to JavaScript Naming Conventions for differen data types and data structures in JS. Learn more about how to name private methods, global vairbales, or a constant variable ... (more…)
Read more »
A JSON-like data structure (a CRDT) that can be modified concurrently by different users, and merged again automatically. - automerge/automerge... (more…)
Read more »