hedgedoc/src/components/markdown-renderer/replace-components/csv
mrdrogdrog 3a0e35a9f3
Improve render performance (#511)
Massive improvement of render performance by:
- replacing the codimd-line-marker with an in-memory map
- an observation of the changed markdown code to identify changed lines
- a unique react-key calculation
2020-09-02 20:51:47 +02:00
..
csv-parser.test.ts Feature/csv table (#500) 2020-08-29 15:55:42 +02:00
csv-parser.ts Feature/csv table (#500) 2020-08-29 15:55:42 +02:00
csv-replacer.tsx Improve render performance (#511) 2020-09-02 20:51:47 +02:00
csv-table.tsx Feature/csv table (#500) 2020-08-29 15:55:42 +02:00