9. UI for States CRUD with search dropdown and Url search params
We have created CRUD pages for Country. They were very simple, just do CRUD on single table, no relationship, all read, write, update, delete on a single table. In this tutorial, we will create UI for managing states. We will learn some new things today. Search dropdown for Country In Country search page, Countries.tsx, we had text box for searching countries, which was enough for countries page. What else we need to search a country?...