DEV Community

Cover image for How to filter records as per status in reactjs
Vipin Saini
Vipin Saini

Posted on Edited on

How to filter records as per status in reactjs

Hi All,

I am new to reactjs and has been working on a ToDo project where people can add/update/delete their todo info which has been achieved successfully so far.
The thing which is bothering me a lot is how to filter todo's as per the button i have on top of the image(All/Active/Inactive), please.

Thanks!

Top comments (0)