DigitalHistory / 03-js-dom

Javascript, DOM, and Data Assignment for Digital History
0 stars 4 forks source link

avoid storing data in more than one place #16

Open titaniumbones opened 3 years ago

titaniumbones commented 3 years ago

Really need to get rid of multiple instantiations of data here. This is very clumsy & only doing it b/c file system limitations keep students fro loading json files directly w/out a server. Probably #15 will fix this limitation by allowing data to be stored in a module that gets loaded via import statements. I look forward to that working.

Tehre are also issues iwht mocha, cf. this stackoverflow answer

possibly one can use esm, or babel, webpack, other fucked up solutions