Need help regarding hierarchical categories in the marketplace web app using mongoose
I am creating a marketplace web app using react and backend in express with mongoose for mongodb. I want to have a caregories like this: Classified > Mobile > Models and so on. And I want to render dynamic form fields based on the selected category. So how can i implement this.