VanAndelInstitute / virtual-slide-viewer

Simplified digital pathology image viewer
MIT License
0 stars 0 forks source link

replace HTM with JSX for readability? #23

Open rmontroy opened 3 years ago

rmontroy commented 3 years ago

The only benefit to using HTM is to avoid a transpiler step for JSX during development. It doesn't confer any advantage for production code (if compiled using babel-plugin-htm).

rmontroy commented 3 years ago

HTM is more readable in VSCode with lit-html installed.