I feel like dynamically loading modules with
webpack’s code splitting was
discussed
everywhere
and
everyone
is doing it at this point. Thought I’d reiterate on how we do it in
Blocksy and on the tiny layer of
abstraction we built on top of the import() fu... (more…)
Read more »
In this weekly digest I want to focus on resources that have helped me learn Javascript inner workings. In order to master any coding language it is necessary to understand how it works. (more…)
Read more »
Explaining the performance hacks and techniques used in ag-Grid to make it render really fast. (more…)
Read more »
GitHub is where people build software. More than 19 million people use GitHub to discover, fork, and contribute to over 49 million projects.
Read more »
Over the last year and a half I've gotten really into writing parsers and
parser-adjacent things like interpreters, transpilers, etc. I've done most of
these projects in JavaScript, and I've settled into a nice little pattern that
I re-use across projects... (more…)
Read more »