DEV Community

Discussion on: Create a tags input component in ReactJs

Collapse
 
atiarbshhi profile image
AtiArbshhi

Hi,

I used your tutorial to create tags, but when I refresh the page, the tags will not stay and will disappear. Can you help me with this?

Collapse
 
prvnbist profile image
Praveen Bisht

You would have to persist the tags by storing in some database or local storage, whichever works with your usecase