Overview
A mostly reasonable approach to React, TypeScript, and JSX
Last updated
A mostly reasonable approach to React, TypeScript, and JSX
Last updated
Purpose: to provide a foundation for consistency and expectation within the codebase, allowing for efficient and effective code readability, understandability, and maintainability.
This style guide is mostly based on the standards that are currently prevalent in React and JavaScript, although some conventions may still be included or prohibited on a case-by-case basis. Influences from:
...
(things to improve DX, make you more efficient, etc.)
(creating a new PR, rebasing a PR, etc.)
(high level JS, React, TypeScript rules/guidelines)
(file extensions, folders, filenames, declarations)
(pages, components, state management, etc.)
(helpful videos for FE/React-related concepts)