Tag «FIREBASE»

React CRUD Example with CodeIgniter

Reactjs CRUD

We will see Codeigniter REST + ReactJS CRUD example. We have seen previously Codeigniter REST API examples for GET, POST, PUT and DELETE, but we will see them together. We will use ReactJS as a front-end technology to represent our UI. We can make any CRUD Operation in Codeigniter. In this React CRUD example with CodeIgniter 4 and MySQL, I am using …