refine
refine copied to clipboard
docs(new-tutorial): add essentials/unit-0
Refine essentials / unit 0 for the new tutorial. includes a brief intro to Refine's data hooks, form handling and tables.
Self Check before Merge
Please check all items below before review.
- [x] Corresponding issues are created/updated or not needed
- [x] Docs are updated/provided or not needed
- [x] Examples are updated/provided or not needed
- [x] TypeScript definitions are updated/provided or not needed
- [x] Tests are updated/provided or not needed
- [x] Changesets are provided or not needed
⚠️ No Changeset found
Latest commit: 3ac81f28d3f38df9bc097412819e04f5bf4d9fde
Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.
This PR includes no changesets
When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types
Click here to learn what changesets are, and how to add one.
Click here if you're a maintainer who wants to add a changeset to this PR
☁️ Nx Cloud Report
CI is running/has finished running commands for commit 3ac81f28d3f38df9bc097412819e04f5bf4d9fde. As they complete they will appear below. Click to see the status, the terminal output, and the build insights.
📂 See all runs for this CI Pipeline Execution
✅ Successfully ran 2 targets
Sent with 💌 from NxCloud.
Excellent work! 🥇
I have few questions.
"This tutorial will walk you through from essentials of Refine to advanced topics. You'll learn how to build a full-featured CRUD applications with Refine."
'This tutorial will walk you through' => 'This part named "essentials" of the tutorial will walk you through...'
Because I guess we are talking about that we have 1 tutorial and the specific parts of the tutorial. Each unit has its own introduction, so we don't need to say 'this tutorial' for each units like authentication, routing...
Or we'll call each part its own tutorial, like 'authentication tutorial,' 'routing tutorial'?
Should give an overview of what steps will be taken in the each of the tutorial? Something like: 'We'll show the implementation of essential concepts like fetching, updating, listing records, and using forms and tables...'" in this tutorial sections..