Skip to content

Commit

Permalink
Merge pull request #8588 from marmelab/doc-introduction-screenshots
Browse files Browse the repository at this point in the history
[doc] Add illustration to list and edit tutorials
  • Loading branch information
slax57 authored Jan 23, 2023
2 parents 85e4898 + ce3e454 commit 90903c7
Show file tree
Hide file tree
Showing 4 changed files with 192 additions and 73 deletions.
2 changes: 2 additions & 0 deletions docs/EditTutorial.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ React-admin provides many hooks and components to let you build custom user expe

Edition views are very common in single-page apps. The most usual way to allow a user to update a record is to fetch the record from an API based on the URL parameters, initialize a form with the record, update the inputs as the user changes the values, and call the API to update the record with the new values upon submission.

[![From Pure React To React-Admin](./img/edit-from-react-to-react-admin.webp)](./img/edit-from-react-to-react-admin.webp)

To better understand how to use the various react-admin hooks and components dedicated to editing and creating, let's start by building such an edition view by hand.

### An Edition View Built By Hand
Expand Down
Loading

0 comments on commit 90903c7

Please sign in to comment.