Functional HTML
A thought experiment reimagining HTML with custom server-side tags, attributes, and a JSON-based output format.
A thought experiment reimagining HTML with custom server-side tags, attributes, and a JSON-based output format.
Explores a novel approach where APIs return JSX components directly, inverting the traditional data flow in React applications.
How to configure Vale's BlockIgnores to prevent false positives when linting text inside JSX components in MDX documentation files.
A guide to implementing fallback slot content in Qwik components for customizable greetings and component APIs.
A guide to React Function Components, covering syntax, props, and using Hooks for modern React development.
A developer reflects on how naming conventions and web standards create layers of abstraction that make modern web development possible.
A technical blog post explaining a CSS solution to remove unwanted underlines from trailing spaces in groups of inline anchor tags.
A guide to writing comments in React JSX, covering standard syntax and alternative JavaScript comment techniques for cleaner code.
A response to claims that React is dying, arguing its continued dominance due to component-driven development, JSX, and massive ecosystem.
A web developer argues against mocking beginners and explains the technical reasons behind a common HTML/JSX nesting issue.
A technical article clarifying React's rendering behavior, specifically how parent component re-renders do not automatically cause children to re-render, using JSX and React.createElement examples.
A beginner React tutorial on creating and controlling a select dropdown, from basic HTML to a reusable component.
Explains the difference between JavaScript statements and expressions, and why this distinction is crucial, especially for React developers.
Explains the differences between React Elements, Components, and Instances with code examples.
Explains why JSX expressions in React must have a single parent element, detailing the underlying JavaScript translation and React.createElement method.
A beginner's guide to creating, using, and making reusable button components in React with event handling examples.
A detailed guide explaining React props, including how to pass data between components, destructuring, and common pitfalls.
A beginner's React tutorial on creating and managing radio buttons, from basic implementation to reusable components and grouped inputs.
A guide to various methods for conditional rendering in React components, including if/else, ternary operators, and switch statements.
A comprehensive 2021 guide covering React functional components, hooks, state management, project generators, and best practices.