Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
I
intro-react
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
javascript
intro-react
Compare revisions
c437d698ae6604dcbb7072968feb680d2ec10778 to 2c554ffe9d7f210a82f5d138d4ae1085355072f4
Compare revisions
Changes are shown as if the
source
revision was being merged into the
target
revision.
Learn more about comparing revisions.
Source
javascript/intro-react
Select target project
No results found
2c554ffe9d7f210a82f5d138d4ae1085355072f4
Select Git revision
Swap
Target
javascript/intro-react
Select target project
melissa.belkacemi.etu/intro-react
sofia.belkacemi.etu/intro-react
javascript/intro-react
3 results
c437d698ae6604dcbb7072968feb680d2ec10778
Select Git revision
Show changes
Only incoming changes from source
Include changes to target since source was created
Compare
Commits on Source (2)
update readme
· ab428c68
Jean-Christophe Routier
authored
1 year ago
ab428c68
Merge branch 'main' of gitlab-ssh.univ-lille.fr:javascript/intro-react
· 2c554ffe
Jean-Christophe Routier
authored
1 year ago
2c554ffe
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
readme.md
+3
-0
3 additions, 0 deletions
readme.md
with
3 additions
and
0 deletions
readme.md
View file @
2c554ffe
...
...
@@ -65,6 +65,9 @@ où `tag` peut prendre comme valeur :
voir
`/src/components/delayButton.component.jsx`
et
`/src/components/personListingController.component.jsx`
*
`v6.1`
: restructuration des composants, suite de "placer l'état au plus haut" et de l'inversion du flux
voir
`/src/components/personListingControls.component.jsx`
et
`/src/components/personListingController.component.jsx`
*
`v6.2`
: refactorisation des composants, on continue à "remonter l'état"
voir
`/src/components/app.jsx`
,
`/src/components/personListingData.jsx`
Faire
```git checkout main```
pour revenir à la version finale.
...
...
This diff is collapsed.
Click to expand it.