Skip to content

Commit 03a6847

Browse files
committed
update faq supported packages
1 parent f387c2a commit 03a6847

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

src/content/learn/misc/faq.md

+8-4
Original file line numberDiff line numberDiff line change
@@ -25,15 +25,19 @@ Some packages that work are:
2525

2626
- React I18Next
2727
- React Icons
28-
- React Router (must use `MemoryRouter`)
28+
- React Router (must use `MemoryRouter`) (`react-router` must be used instead of `react-router-dom`)
2929
- Redux Toolkit
3030
- Axios
3131
- Typescript
32+
- Styling libraries mentioned above
3233

33-
Packages depending on DOM or other platform-specific APIs will not work.
34+
Packages depending on DOM or other platform-specific APIs will not work. Some of these are:
3435

35-
- Component libraries will not work because they need DOM. For example: MUI, Mantine, Ant Design
36-
- Packages depending on browser APIs will not work. For example: Luxon, Google Analytics
36+
- `react-dom` and all packages depending on it
37+
- `react-router-dom` (Use `react-router` instead)
38+
- Component libraries: e.g. MUI, Mantine, Ant Design
39+
- Packages depending on browser APIs: e.g. Google Analytics
40+
- Packages depending on Intl: e.g. `react-intl`, Luxon
3741

3842
If you confirm a package is working or not working, please let us know.
3943

0 commit comments

Comments
 (0)