Skip to content

Commit c4568c7

Browse files
authored
Update bullet points
Signed-off-by: Joseph Garrone <joseph.garrone.gj@gmail.com>
1 parent 89905aa commit c4568c7

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

README.md

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,6 @@
2626
<a href="https://stackblitz.com/edit/nextjs-j2wba3?file=pages/index.tsx">Playground</a>
2727
</p>
2828

29-
> ⚠️ There's been some breaking changes in v0.14. Sorry about that 🙏🏻. Are affected only the initial setup, not the components.
30-
> Please refer to [the updated documentation](https://react-dsfr.etalab.studio/).
31-
> Breaking changes where required for [supporting Next.js 13 AppDir](https://react-dsfr.etalab.studio/#next.js-appdir) 🤩.
32-
3329
> 🗣️ Replay de l'atelier de présentation de la librairie [ici](https://bbb-dinum-scalelite.visio.education.fr/playback/presentation/2.3/22298bc9d93b53540248207bc3f9e31260f3b4f1-1670578779094).
3430
3531
This module is a wrapper/compatibility layer for [@gouvfr/dsfr](https://github.com/GouvernementFR/dsfr), the vanilla JS/CSS implementation of the DSFR.
@@ -44,8 +40,9 @@ This module is a wrapper/compatibility layer for [@gouvfr/dsfr](https://github.c
4440
- [x] Always in up to date with latest the DSFR evolutions.
4541
Code and Types generated from [`@gouvfr/dsfr`](https://www.npmjs.com/package/@gouvfr/dsfr)`/dist/dsfr.css`.
4642
- [x] Exactly the same look and feel than with [@gouvfr/dsfr](https://www.npmjs.com/package/@gouvfr/dsfr).
47-
- [x] No [white flash when reloading in SSR setup](https://github.com/codegouvfr/@codegouvfr/react-dsfr/issues/2#issuecomment-1257263480).
48-
- [x] [Perfect integration with all major React framework: Next.js, Create React App, Vue](https://react-dsfr.etalab.studio/).
43+
- [x] No [white flash when reloading in SSR setup](https://github.com/codegouvfr/@codegouvfr/react-dsfr/issues/2#issuecomment-1257263480).
44+
- [x] Most components are server component ready. The others are labeled with `"use client";`
45+
- [x] [Perfect integration with all major React framework: Next.js (PagesDir and AppDir), Create React App, Vue](https://react-dsfr.etalab.studio/).
4946
- [ ] All [the components](https://www.systeme-de-design.gouv.fr/elements-d-interface) are implemented (14/42, [see details](COMPONENTS.md))
5047
- [x] Three shakable distribution, cherry pick the components you import. (It's not all in a big .js bundle)
5148
- [x] Optional integration with [MUI](https://mui.com/). If you use MUI components they will

0 commit comments

Comments
 (0)