razbensimon / react-vis-timeline

React component for the vis-timeline module
MIT License
64 stars 47 forks source link

How to save timeline data ? #17

Closed stevenpersia closed 3 years ago

stevenpersia commented 3 years ago

Yo !

First of all, thank you for your work. This is excellent :heart:

But I want to know, how can I save processed items on my timeline in a database ? Is that possible to access of all data and send it to my backend ?

Or I need to handle it on each events like onAdd, onRemove, ... ? I'm not confident on this solution because it will make a lot of requests on my backend.

Thank you for your advices !

razbensimon commented 3 years ago

hey, this is an UI library. you need to handle your data and BE yourself...

stevenpersia commented 3 years ago

Not exactly what I asked but thank you for your time/package. :wave: