You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Readme.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,16 +4,16 @@
4
4
5
5
Seamlessly use React components inside a Svelte app
6
6
7
-
Suports:
7
+
Supports:
8
8
9
9
- Nesting (Slot & Children)
10
10
- Contexts
11
11
- SSR
12
12
13
-
# "Embrace, extend, and extinguish"
13
+
# "Embrace, extend and extinguish"
14
14
15
-
This preprocessor is intended as temporary solution when migrating an existing large React codebase.
16
-
The goal should be to rewrite all the components to Svelte and remove this preprocessor from your setup.
15
+
This preprocessor is intended as temporary solution when migrating an existing large React codebase or when a third-party hasn't yet provided a Svelte adapter.
16
+
After you've gradually converted all components to Svelte you can remove this preprocessor from your setup.
0 commit comments