Frontend Inbox

Archive

Page 11 of 12

Module Bundlers

Listed inModule BundlersBuild Toolson

Entry points, the dependency graph, code splitting, and tree shaking — the model every bundler shares.

Intermediate9 minDraft
#tooling
#bundlers

Next.js

Listed inNext.jsServer-Side Renderingon

The App Router, server components, caching layers, and where the server/client boundary actually falls.

Intermediate11 minDraft
#react
#ssr

Railway

Listed inRailwayDeploymenton

Container-based deploys with managed databases, for when a static host is not enough.

Beginner4 minDraft
#deployment
#hosting

Custom Properties

Listed inCustom PropertiesCSSon

Runtime variables that cascade — the mechanism behind theming, dark mode, and design tokens in plain CSS.

Intermediate7 minDraft
#css
#theming

CORS

Listed inCORSWeb Securityon

Preflights, credentials, and why a CORS error is almost always a server configuration problem.

Intermediate8 minDraft
#security
#http

Astro

Listed inAstroStatic Site Generatorson

Zero-JS by default with islands, and mixing components from several frameworks on one page.

Beginner7 minDraft
#ssg

What is HTTP?

Listed inWhat is HTTP?Interneton

Methods, status codes, headers, and the request/response cycle that every fetch call is a thin wrapper around.

Beginner8 minDraft
#networking
#http

Bun

Listed inBunPackage Managerson

A runtime, bundler, and package manager in one binary — where it is a drop-in and where it is not.

Intermediate6 minDraft
#tooling
#runtime

Relay Modern

Listed inRelay ModernGraphQLon

Compiler-driven fragments and colocated data requirements — strict, and fast because of it.

Advanced7 minDraft
#graphql
#data

Monorepos

Listed inMonoreposMonorepos and Scaleon

What sharing a repository actually buys, and the size at which it starts costing more than it returns.

Intermediate7 minDraft
#monorepo
#architecture

Performance

Listed inPerformancePerformanceon

The critical rendering path, the cost of JavaScript, and the budget that keeps a page from regressing.

Intermediate10 minDraft
#performance

URL as State

Listed inURL as StateState Managementon

Filters, tabs, and pagination belong in the address bar — shareable, restorable, and back-button correct.

Intermediate7 minDraft
#state
#routing

The Intl API

Listed inThe Intl APIInternationalizationon

Dates, numbers, currency, relative time, and collation — already in the browser, and better than your helper.

Intermediate7 minDraft
#i18n
#web-apis

Shadow DOM

Listed inShadow DOMWeb Componentson

True style and DOM encapsulation, what crosses the boundary, and why theming needs custom properties.

Advanced7 minDraft
#web-components
#css