How to get URL link on X (Twitter) App
https://twitter.com/ScriptedAlchemy/status/1608656350195908608So far, dropping next transpile modules for my custom loader shims took another 10 seconds off the build. Heavily inspired by next transpile modules, but I only need it to run over .css, not my 600 module component lib which is already babelified. only applied to 2 of 20
Here’s why monorepo is always a good idea. The workspaces have their own builds. Things have a better chance of not getting tangled. It encourages devs to build modular, more isolated parts. Splitting an app or repo is much easier, consolidating a split is easier.
Code streaming was one of the first things we built, but it never worked well on node.js. Once a federated module was imported, it becomes “stuck” - you can’t retrieve new remote updates unless you restart the process. That changes today! 🧵
Cookie.get vs Cookie.get(cookie) costs the same computationally, so getting all of them and storing it ends up being more efficient.