-
-
Notifications
You must be signed in to change notification settings - Fork 5.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #2221 from marmelab/advanced_tutorials
[RFR] Add a Advanced Tutorials section to the documentation
- Loading branch information
Showing
2 changed files
with
30 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
--- | ||
layout: default | ||
title: "Advanced Tutorials" | ||
--- | ||
|
||
# Advanced Tutorials | ||
|
||
## Creating a Record Related to the Current One | ||
|
||
This tutorial is about how to add a button on a show or edit page to create a new resource related to the one displayed. | ||
|
||
![Screencast](https://marmelab.com/images/blog/react-admin/react-admin-tutorials-form-for-related-records.gif) | ||
|
||
* [Article](https://marmelab.com/blog/2018/07/09/react-admin-tutorials-form-for-related-records.html) | ||
* [Codesandbox](https://codesandbox.io/s/2393m2k5rj) | ||
|
||
## Custom Forms and UI for related records | ||
|
||
This tutorial is about how to have a create, show or edit view of a referenced resource inside a modal or a sliding side panel. | ||
|
||
![Screencast](https://marmelab.com/images/blog/react-admin/react-admin-tutorials-custom-forms-related-records-quick-preview.gif) | ||
|
||
* [Article](https://marmelab.com/blog/2018/08/27/react-admin-tutorials-custom-forms-related-records.html) | ||
* [Codesandbox](https://codesandbox.io/s/ypp9ljxqlj) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters