Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[RFR] Update tutorial #2470

Merged
merged 3 commits into from
Oct 25, 2018
Merged

[RFR] Update tutorial #2470

merged 3 commits into from
Oct 25, 2018

Conversation

fzaninotto
Copy link
Member

@fzaninotto fzaninotto commented Oct 25, 2018

  • update screenshots
  • use Guessers first
  • fix outdated table of contents in sidebar

Fixes #2438

- update screenshots
- use Guessers first
- fix outdated table of contents in sidebar
docs/Tutorial.md Outdated
<Edit title={<PostTitle />} {...props}>
## Adding Creation and Editing Capabilities

An admin interface isn't just about displaying remote data, it should also allow creating and editing records. React-admin provides `<Create>` and `<Edit>` components for that purpose. Add them to the `posts.js` script:
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why not mention the EditGuesser ?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

@djhi djhi added this to the 2.4.1 milestone Oct 25, 2018
@djhi djhi merged commit 2dba725 into master Oct 25, 2018
@djhi djhi deleted the update-tutorial branch October 25, 2018 16:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

title property of Edit component does not seem to work
2 participants