Weekly Vue.js News - #8
I'm still on vacation, so nothing interesting from my side!
Recommended Articles
Easier browser debugging with Developer Tools integration in Visual Studio Code - Microsoft Edge Blog — blogs.windows.com
If you're debugging JavaScript in Visual Studio Code you probably have used either the Chrome Debugger or the
700,000 lines of code, 20 years, and one developer: How Dwarf Fortress is built - Stack Overflow Blog — stackoverflow.blog
Dwarf Fortress is one of those oddball passion projects that’s broken into Internet consciousness. It’s a free game where you play either an adventurer or a fortress full of dwarves in a randomly generated fantasy world. The simulation runs deep, with new games creating multiple civilizations with histories, mythologies, and artifacts. I reached out to him to see how he’s managed a single, growing codebase over 15+ years, the perils of pathing, and debugging dead cats. Our conversation below has been edited for clarity.
Separation of concerns with React hooks — felixgerschau.com
Separation of concerns is a common topic in software development. Learn how you can apply this concept to React with custom hooks.
Write more readable code with TypeScript 4.4 - LogRocket Blog — blog.logrocket.com
Control flow analysis of aliased conditions, a new feature shipped with TypeScript 4.4, enables you to write more expressive, readable code.
How do Chrome extensions impact browser performance? — www.debugbear.com
This article looks at how 1000 popular Chrome extensions impact the performance of the browser.
A Visual Guide to React Rendering - It Always Re-renders | Alex Sidorenko — alexsidorenko.com
Contrary to popular belief, by default, react component doesn't care whether its props changed or not. It will always re-render when its parent renders.
Tools
Knights of the Flexbox table — knightsoftheflexboxtable.com
Learn and remember Flexbox with Tailwind CSS to overcome your cheatsheet.