We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b5dadf2 commit 589ea0fCopy full SHA for 589ea0f
react/README.md
@@ -6,10 +6,21 @@ A practical, opinionated guide to clean React: SOLID-style principles adapted
6
for React + a set of best practices you can drop into any React-based codebase
7
(React, Next.js, React Native).
8
9
+## Who it's for
10
+
11
+Engineers and AI agents building or refactoring React/Next.js/React Native apps.
12
13
## Scope & portability
14
-Framework-agnostic: applies to React DOM/Native/Next.js. No assumptions on
-data-fetching libraries, routing, forms, or styling system.
15
+Framework-agnostic: applies to React DOM/Native/Next.js.
16
17
+No strong opinions on:
18
19
+* folder structure
20
+* data-fetching libraries
21
+* routing
22
+* forms
23
+* styling system.
24
25
## How to use this guide
26
0 commit comments