ReactJS Ecom Part 11: Update Category | Edit Update data using PUT Method in ReactJS w/ Laravel API

preview_player
Показать описание
In this video, I have taught how to edit and update data into database by id in react js hooks with laravel api.

Рекомендации по теме
Комментарии
Автор

Thanks so much, easy to follow and understand,
Could you please make a video (or guide us ) to make the table sortable with search and pagination ?

ahmedfeki
Автор

great video again ! thanks a lot for this.
I've noticed that the checkbox is not working yet, but i imagine you will fix that soon !

yannpollet
Автор

Hello! If checkbox status will be checked - status will not changes if data base.

olegpupkin
Автор

Can I use const {id} = useParams() in this case instead of using props.match.params.id ?

tronganhnguyenthanh
Автор

update category then empty field store string null in database why?

fahadqayyum
Автор

help -> EditRegistro.js:32 Uncaught TypeError: Cannot read properties of undefined (reading 'params')

ivanfigueroa
Автор

when following this series useing rotuer version 6 face problem in using props.match.params.id ?? solution use: const {id} = useParams() and in useeffect call this id vairable like this: const category_id=id;

sumonkhan-qdnx