Skip to content

Commit 26882c4

Browse files
committed
update docusaurus
1 parent 510b653 commit 26882c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

website/src/pages/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ const [isActive, setIsActive] = useState(false); // Inferred as 'boolean'
114114

115115
### Data Immutability
116116

117-
The majority of the data should be immutable, using types like `Readonly` and `ReadonlyArray`.
117+
Immutability should be a key principle. Wherever possible, data should be immutable, leveraging types like `Readonly` and `ReadonlyArray`.
118118

119119
Using readonly type prevents accidental data mutations and reduces the risk of bugs caused by unintended side effects.
120120

0 commit comments

Comments
 (0)