Is your feature request related to a problem? Please describe.
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
Describe the solution you'd like
Being able to run CRUD operations on any collection + demo all the available hooks and patterns to do CRUD operations in Vulcan (hooks and smart form).
This is both for learning and for direct usage.
[X] Setup the pages
[ ] Add _middleware in front of /admin folder to do a server-side redirect
[ ] Add currentUser management in SmartForm. We need to code a useCurrentUser hook and use it in the form
Is your feature request related to a problem? Please describe. A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
Describe the solution you'd like Being able to run CRUD operations on any collection + demo all the available hooks and patterns to do CRUD operations in Vulcan (hooks and smart form).
This is both for learning and for direct usage.
useCurrentUser
hook and use it in the formDescribe alternatives you've considered
See an early demo of this kind of page: https://github.com/VulcanJS/vulcan-next/blob/940c6c680a41f29cb9f7af5ae2b93f8d39bd762b/src/pages/meteor-demo.tsx
See previous implementation in Vulcan Meteor: https://github.com/VulcanJS/Vulcan/issues/2176