react-timelines icon indicating copy to clipboard operation
react-timelines copied to clipboard

Question/ Data handling

Open sheeni17 opened this issue 4 years ago • 1 comments

Great repo!

Quick question, does the data get sent to any server or everything handled in the browser?

Thank you..

sheeni17 avatar Sep 24 '20 00:09 sheeni17

This library takes a very hands off approach to data handling. All data the library will process must be passed in the browser, so how the data is fetched is dependent on your implementation and code.

lsbrillant avatar Oct 19 '20 21:10 lsbrillant