trying to figure out why
fipp.edn/pprintis slow...
Compiled example https://github.com/jiyinyiyong/investigate-fipp
Create target/index.html:
<div>
Run <code>$runDemo$</code> in Console, it's slow functions. Question is, why slow?
</div>
<script type="text/javascript" src="main.js"></script>And compile ClojureScript:
yarn
yarn build
yarn serveVisit http://localhost:8080
MIT