JSainsburyPLC / react-timelines

React Timelines Library
https://jsainsburyplc.github.io/react-timelines/
MIT License
257 stars 120 forks source link

Question/ Data handling #139

Open sheeni17 opened 4 years ago

sheeni17 commented 4 years ago

Great repo!

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

Thank you..

lsbrillant commented 4 years ago

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.