wet-aquaW
Refine3y ago
7 replies
wet-aqua

useSelect() hook use

hi all
I wounder what is suppose to be the backend section here: https://refine.dev/docs/tutorial/adding-crud-pages/mantine/add-create-page/
I want to make the same input of the category (select item + filtering)
I use node.js express.js and mongoDB for the back end and I want to send products array (data) to the create page to select products
what should I add in the backend and in witch route ? this route : router.route('/').post(createOrder) ?
I will be happy if someone can provide an example for both back + front end or to explain what every section mean
Thank you.
Create page is the page where you can create the record. In this tutorial, we will create the create page for the products resource.
4. Adding Create Page | refine
Was this page helpful?