Overview
A mostly reasonable approach to React, TypeScript, and JSX
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:
...
Table of Contents
Config/Tooling (things to improve DX, make you more efficient, etc.)
Workflow (creating a new PR, rebasing a PR, etc.)
Basic Guidelines (high level JS, React, TypeScript rules/guidelines)
Naming (file extensions, folders, filenames, declarations)
Our Systems (pages, components, state management, etc.)
👩🏫 Learning Resources (helpful videos for FE/React-related concepts)
Last updated