Fed Bites
A curated collection of articles around front end web development, javascript and software engineering in general.
Collection by Yoav Ganbar (π₯ Builder.io)



joshwcomeau.com
Why React Re-Renders
14+ min · · In React, we don't update the DOM directly, we tell React what we want the DOM to look like, and React tackles the rest. But how exactly does it do this? In this tutorial, we'll unpack exactly when… · Shared by 187, including Yoav Ganbar (π₯ Builder.io), @kevinctofel@hachyderm.io πΊπ¦
maxrozen.com
Examples of large production-grade, open-source React apps
6 min · · All of the to-do apps are great for starting to learn React, but what about real-life? Let's see what real production React apps are like. · Shared by 10, including Yoav Ganbar (π₯ Builder.io)
iximiuz.com
Why and How to Use containerd from the Command Line
6 min · · How to run containers without Docker? How to use ctr containerd client? What is nerdctl? What is crictl? · Shared by 10, including Yoav Ganbar (π₯ Builder.io)
freeCodeCamp.org
The Most Asked TypeScript Questions on StackOverflow
20+ min · · Shared by 15, including Yoav Ganbar (π₯ Builder.io)
robbowen.digital
Holograms, light-leaks and how to build CSS-only shaders
11+ min · · Get a shiny WebGL look without actually using WebGL. In this article we take a look at how CSS blend modes unleash the potential of cool compositing effects without the need for JavaScript · Shared by 138, including Chris Coyier, Una πΊπ¦, David Hellmann, Yoav Ganbar (π₯ Builder.io)
gabe.pizza
Notes on maintaining an internal React component library
20+ min · · A collection of my thoughts on maintaining a component library as part of an existing design system used by a large number of frontend applications. · Shared by 17, including Yoav Ganbar (π₯ Builder.io)
surma.dev
The cost of convenience β surma.dev
11+ min · · It is tempting to build abstractions so developers have to do less and build more. However, this can easily end up causing frustrations with developers if not done right. Whenever I take a library or… · Shared by 87, including Yoav Ganbar (π₯ Builder.io)
blog.mayank.co
Better scrolling through modern CSS
6 min · · There's more to scrollbars than you might expect · Shared by 81, including Yoav Ganbar (π₯ Builder.io)
Smashing Magazine πΊπ¦ π³οΈβπ
How To Maintain A Large Next.js Application β Smashing Magazine
9 min · · In this article, Nirmalya discusses some of the complex problems that he faced while building and maintaining large Next.js applications. He always explains how these problems can be solved by using… · Shared by 18, including Yoav Ganbar (π₯ Builder.io)
robinwieruch.de
Monorepos in JavaScript & TypeScript
20+ min · · A tutorial how to use a monorepo architecture in frontend JavaScript and TypeScript with tools like npm/yarn/pnpm workspaces, Turborepo/NX/Lerna, Git Submodules, ... · Shared by 24, including Yoav Ganbar (π₯ Builder.io)
storybook.js.org
Why most design systems implode
4 min · · We asked Brad Frost if design systems are still relevant in 2022? · Shared by 286, including Yoav Ganbar (π₯ Builder.io), James Young
infoworld.com
Reactive JavaScript: The evolution of front-end architecture
6 min · · Improving the client-side web experience means overcoming the challenges of βhydration,β a fascinating engineering problem being tackled in many different ways. Letβs dive in. · Shared by 5, including Yoav Ganbar (π₯ Builder.io)
DEV Community
TailwindCSS: Adds complexity, does nothing.
11+ min · · If you work in the front-end, you've probably heard a lot about TailwindCSS, a CSS library, much like... · Shared by 46, including henrik, Thomas Fuchs, David Hellmann, Yoav Ganbar (π₯ Builder.io)
epicreact.dev
Importing React Through the Ages
11+ min · · How and why I import react using a namespace (`import * as React from 'react'`) · Shared by 11, including Yoav Ganbar (π₯ Builder.io), Kent C. Dodds π
CSS-Tricks
Creating Realistic Reflections With CSS
3 min · · In design, reflections are stylized mirror images of objects. Even though they are not as popular as shadows, they have their moments β just think about the · Shared by 189, including CSS Weekly, Yoav Ganbar (π₯ Builder.io), Stef Walter
pzuraq.com
Four Eras of JavaScript Frameworks
16+ min · · A blog about (mostly) computery things · Shared by 184, including Yoav Ganbar (π₯ Builder.io), David Garner