Skip to content

Commit 226aa7b

Browse files
committed
Update README
1 parent 0095f91 commit 226aa7b

File tree

3 files changed

+4
-47
lines changed

3 files changed

+4
-47
lines changed

COMPONENTS.md

Lines changed: 0 additions & 43 deletions
This file was deleted.

README.fr.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ DSFR en pur JavaScript/CSS.
4848
- [x] la plupart des composants peuvent être rendus directement sur le serveur (voir [RSC](https://reactjs.org/blog/2020/12/21/data-fetching-with-react-server-components.html)). Les autres sont étiquetés `"use client";`.
4949
- [x] [Intégration clef en main pour les différents frameworks de développement: vite, Next.js, y compris la version beta de Next 13 (configuration AppDir) et Create React App](https://react-dsfr.etalab.studio/) si votre
5050
framework n'est pas supporté, il suffit de demander notre **il manque un mot là** , nous avons pour but de couvrir tous les cas d'usage effectifs.
51-
- [ ] tout [les composants de référence implémentés](https://www.systeme-de-design.gouv.fr/elements-d-interface). À ce jour 20/41, [see details](COMPONENTS.md)
51+
- [x] (Presque) tout [les composants de référence](https://www.systeme-de-design.gouv.fr/elements-d-interface) sont [implémenté](https://react-dsfr-components.etalab.studio/).
5252
- [x] seulement le code des composants que vous utilisez effectivement sera inclus dans votre projet final.
5353
- [x] Intégration facultative avec [MUI](https://mui.com/). Si vous utilisez des composants MUI ils seront automatiquement adaptés pour ressembler à des composants DSFR.
5454
Voir la [documentation](https://react-dsfr.etalab.studio/mui-integration).
@@ -62,7 +62,7 @@ Ce travail est un produit de [CodeGouvFr](https://communs.numerique.gouv.fr/), l
6262
<a href="https://react-dsfr.etalab.studio/">🚀 Commencer maintenant 🚀 </a>
6363
</p>
6464

65-
## À propos [`@dataesr/react-dsfr`](https://github.com/dataesr/react-dsfr)?
65+
## Migration depuis [`@dataesr/react-dsfr`](https://github.com/dataesr/react-dsfr)?
6666

6767
Si votre projet utilise [`@dataesr/react-dsfr`](https://github.com/dataesr/react-dsfr) et que vous n'êtes pas enclin a migrer ver `@codegouvfr/react-dsfr` vous pouvez tout de même profiter de plusieurs fonctionalités de ce dernier:
6868

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ This module is an advanced toolkit that leverage [@gouvfr/dsfr](https://github.c
4848
- [x] No [white flash when reloading in SSR setup](https://github.com/codegouvfr/@codegouvfr/react-dsfr/issues/2#issuecomment-1257263480).
4949
- [x] Most components are server component ready. The others are labeled with `"use client";`
5050
- [x] [Perfect integration with all major React framework: Next.js (PagesDir and AppDir), Create React App, Vue](https://react-dsfr.etalab.studio/).
51-
- [ ] All [the components](https://www.systeme-de-design.gouv.fr/elements-d-interface) are implemented (21/41, [see details](COMPONENTS.md))
51+
- [x] (Almost) All [the components](https://www.systeme-de-design.gouv.fr/elements-d-interface) are [implemented](https://react-dsfr-components.etalab.studio/)
5252
- [x] Three shakable distribution, cherry pick the components you import. (It's not all in a big .js bundle)
5353
- [x] Optional integration with [MUI](https://mui.com/). If you use MUI components they will
5454
be automatically adapted to look like [DSFR components](https://www.systeme-de-design.gouv.fr/elements-d-interface). See [documentation](https://react-dsfr.etalab.studio/mui-integration).
@@ -64,7 +64,7 @@ I'm working full time on this project. You can expect rapid development.
6464
<a href="https://react-dsfr.etalab.studio/">🚀 Get started 🚀 </a>
6565
</p>
6666

67-
# What about [`@dataesr/react-dsfr`](https://github.com/dataesr/react-dsfr)?
67+
# Migrating from [`@dataesr/react-dsfr`](https://github.com/dataesr/react-dsfr)?
6868

6969
If your project is using [`@dataesr/react-dsfr`](https://github.com/dataesr/react-dsfr) and you're not willing to migrate to `@codegouvfr/react-dsfr` you can still benefit from some of this project features:
7070

0 commit comments

Comments
 (0)