Skip to content

Commit 589ea0f

Browse files
committed
improve react readme
1 parent b5dadf2 commit 589ea0f

File tree

1 file changed

+13
-2
lines changed

1 file changed

+13
-2
lines changed

react/README.md

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,21 @@ A practical, opinionated guide to clean React: SOLID-style principles adapted
66
for React + a set of best practices you can drop into any React-based codebase
77
(React, Next.js, React Native).
88

9+
## Who it's for
10+
11+
Engineers and AI agents building or refactoring React/Next.js/React Native apps.
12+
913
## Scope & portability
1014

11-
Framework-agnostic: applies to React DOM/Native/Next.js. No assumptions on
12-
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.
1324

1425
## How to use this guide
1526

0 commit comments

Comments
 (0)