web

33 pages in this category.

33/33

vue

Package-level reference for Vue 3 — Composition API, reactivity, single-file components, the Vue 2 → 3 migration, and the broader ecosystem (Pinia, Vue Router, Nuxt).

05-31-2026#npm#package#vue

streamlit

Package-level reference for the streamlit framework on PyPI — install variants, version policy, extras, and alternatives.

05-31-2026#pip#package#web

serve

Package-level reference for serve on npm — install, SPA fallback, auth, CORS, and when to reach for caddy or python -m http.server instead.

05-31-2026#npm#package#dev-tool

reflex

Package-level reference for reflex on PyPI — install variants, Node.js requirement, version policy, and alternatives.

05-31-2026#pip#package#web

react-dom

Package-level reference for react-dom — client/server rendering, hydration, portals, flushSync, and the React 19 root API.

05-31-2026#npm#package#react

react

Package-level reference for the React library on npm — install, paired react-dom, server-component model, and upgrade gotchas.

05-31-2026#npm#package#react

pydantic

Package-level reference for Pydantic on PyPI — install variants, v1 vs v2 split, optional extras, and alternatives.

05-31-2026#pip#package#validation

next

Package-level reference for Next.js — App Router, server components, server actions, middleware, caching, and the 14 → 15 → 16 migration path.

05-31-2026#npm#package#react

markupsafe

Package-level reference for markupsafe on PyPI — install, the Markup class, escape semantics, and its role as a Jinja2/Flask/Django dependency.

05-31-2026#pip#package#template

litestar

Package-level reference for Litestar on PyPI — install variants, version policy, the `[full]` extra, ecosystem companions, and alternatives.

05-31-2026#pip#package#web

jinja2

Package-level reference for Jinja2 on PyPI — install, version policy, autoescape gotchas, sandboxing, and the template features behind Flask, Ansible, and Sphinx.

05-31-2026#pip#package#template

http-server

Package-level reference for http-server on npm — install, HTTPS, gzip, proxy mode, basic auth, and the serve comparison.

05-31-2026#npm#package#dev-tool

flask

Package-level reference for Flask on PyPI — install variants, version policy, extension ecosystem, and alternatives.

05-31-2026#pip#package#web

fastify

Package-level reference for the Fastify framework on npm — install, plugin model, Node support, and validation/encapsulation gotchas.

05-31-2026#npm#package#fastify

fastapi

Package-level reference for FastAPI on PyPI — install variants, version policy, the `[all]` extra, ecosystem companions, and alternatives.

05-31-2026#pip#package#web

express

Package-level reference for Express on npm — install, middleware model, Node support, 4-to-5 migration, and production deployment.

05-31-2026#npm#package#express

django

Package-level reference for Django on PyPI — install variants, LTS release cadence, ecosystem companions, and alternatives.

05-31-2026#pip#package#web

cors

Package-level reference for cors on npm — preflight handling, credentialed requests, dynamic origins, and Express integration.

05-31-2026#npm#package#cors

body-parser

Package-level reference for body-parser on npm — JSON, urlencoded, raw and text middleware, webhook signatures, and Express 4.16+ bundling.

05-31-2026#npm#package#body-parser

beautifulsoup4

Package-level reference for beautifulsoup4 on PyPI — install variants, parser-backend selection (lxml/html5lib/html.parser), and alternatives.

05-31-2026#pip#package#scraping

astro

Package-level reference for the Astro framework on npm — install, integration ecosystem, runtime support, and SSR/SSG adapter gotchas.

05-31-2026#npm#package#astro

streamlit

Build interactive web apps for data and ML in pure Python. Covers widgets, layout, session state, caching, multipage apps, and deployment patterns.

05-25-2026#python#streamlit#ui

pydantic

Validate and parse data at runtime using Python type hints with Pydantic v2. Covers BaseModel, field validators, nested models, and JSON serialization.

05-25-2026#python#pydantic#validation

flask

Build lightweight web apps and REST APIs with Flask. Covers routes, request handling, JSON responses, blueprints, and the debug-server warning.

05-25-2026#python#flask#web

Fastify

Fastify is a high-performance Node.js web framework with schema-driven validation, plugin encapsulation, hooks, decorators, and built-in Pino logging — covering routes, plugins, hooks, error handling, and production hardening.

05-25-2026#javascript#node#backend

fastapi

Build high-performance async REST APIs with FastAPI. Covers path params, request bodies, Pydantic models, dependency injection, and auto-generated OpenAPI docs.

05-25-2026#python#fastapi#api

BeautifulSoup

Parse, search, and mutate HTML/XML with BeautifulSoup 4. Covers parser choice (html.parser/lxml/html5lib), find/find_all/select, tree navigation, attribute access, and pairing with requests/httpx/playwright for end-to-end scraping.

05-25-2026#python#beautifulsoup#scraping

Astro

Astro is a multi-page, content-first web framework with an islands architecture — server-render Markdown, MDX, and component pages to static HTML, then hydrate interactive widgets selectively with React, Vue, Svelte, or Solid.

05-25-2026#javascript#framework#astro

SQLModel

Define database models with Python type hints using SQLModel. Covers table creation, CRUD, relationships, FastAPI integration, Pydantic validation, and async sessions.

04-27-2026#python#sqlmodel#orm

reflex

Build interactive web applications entirely in Python with Reflex. Covers state, components, events, pages, database, forms, and deployment.

04-27-2026#python#reflex#web

litestar

Build fast, type-safe HTTP APIs and web apps with Litestar. Covers route handlers, path/query/body params, DTOs, dependency injection, middleware, WebSockets, and OpenAPI.

04-27-2026#python#litestar#asgi

sqlalchemy

Connect to databases, write queries, and define ORM models with SQLAlchemy 2.0. Covers the engine, sessions, Core queries, ORM declarative models, relationships, session lifecycle, migrations with Alembic, and connection pool configuration.

04-25-2026#python#sqlalchemy#orm

django

Build database-driven web applications with Django. Covers project setup, models, migrations, the admin panel, views, forms, class-based views, middleware, signals, ORM advanced patterns, and the management command workflow.

04-25-2026#python#django#web