Passing Markdown components to React or Preact in Astro
Learn how to pass Markdown components to React/Preact components in Astro using named slots for dynamic content rendering.
Learn how to pass Markdown components to React/Preact components in Astro using named slots for dynamic content rendering.
A technical guide on setting up a Firebase project, Parcel bundler, and Tailwind CSS for building a modern wedding website with Preact.
A developer reflects on their technical contributions at Forem, including implementing pre-commit hooks, upgrading Preact, and advocating for accessibility.
A deep dive into the Preact JavaScript library's source code, analyzing its architecture, TypeScript usage, and code efficiency.
A developer shares their quick experience migrating a medium-sized React app to Preact using Vite in under 10 minutes.
Tips for reducing client-side JavaScript in Next.js applications, including disabling JS on static pages and replacing React with Preact.
A technical guide on testing Preact/React Portals using Testing Library, based on real-world implementation challenges in a Rails app.
An article exploring Preact, a lightweight React alternative, and its progressive ecosystem for building web applications.
A developer documents a live coding session where a Preact class component was converted to a function component using React hooks like useState and useReducer.
A guide to setting up a Vite project with Preact and TypeScript, including configuration steps and setup tips.
A technical changelog detailing the frontend upgrades at DEV, including migration to Preact X and adoption of Testing Library with a11y testing.
The author details integrating and reviving Storybook for DEV's design system, enabling component development and deployment via Netlify.
A developer shares their experience starting live coding on Twitch, including setup with OBS Studio and technical tips for streaming.
DEV upgraded its frontend infrastructure from Webpacker 3/Babel 6 to Webpacker 4/Babel 7, enabling faster builds and new tooling.
A developer details his journey to create a minimal React base project that outputs a tiny bundle using Preact, sharing insights on front-end optimization.
An overview of dev.to's frontend architecture, covering its vanilla JS codebase and modern Preact components managed with webpacker.
Introducing scoped-style, a new CSS-in-JS library for React, Preact, Hyperapp, and InfernoJS, featuring scoped and global styling.
A guide to setting up Storybook for Preact projects, including CLI commands, webpack configuration, and replacing React dependencies.
Analyzes how modern JavaScript frameworks like Preact handle component prioritization during boot, questioning if they optimize for key web performance metrics.