📄️ Getting Started
Project Concept
📄️ Folder Structure Design
This document explains the folder structure design for three different setups:
📄️ Folder Design with Barrel Files
This document explains how to organize your React project using Barrel Files, Absolute Paths, Named vs Default Exports. These practices help improve code readability, maintainability, and reusability.
📄️ TypeScript Integration in Folder-Zen
This document provides comprehensive guidelines for integrating TypeScript into your Folder-Zen project structure, covering path aliases, type organization, and best practices.
📄️ Import and Export Rules
This document outlines the rules for importing and exporting files and modules in the project.
📄️ Name Conventions Rules
This document outlines the rules for naming conventions in a React project. Consistent naming conventions improve code readability and maintainability. By following these rules, you can create a clean and organized codebase that is easy to understand and maintain.
📄️ Files and Directories
1. Small File
📄️ Cursor Rules for React Projects
This document outlines the rules and conventions to follow for React projects in Cursor IDE. These guidelines are based on the folder-zen documentation and best practices.