Skip to content

Latest commit

 

History

History
22 lines (13 loc) · 754 Bytes

README.md

File metadata and controls

22 lines (13 loc) · 754 Bytes

Clojurescript App using an importmap

This app demonstrates using 3rd party npm libraries (e.g. React) which are downloaded directly from the browser, as opposed to being downloaded and bundled at build time.

The actual app is just the tanstack react-router 'quick-start' in cljs.

Blog post that explains more context

Usage

As per usual tiado-cljs2 ...

Todo

tests where deps are coming via importmap dev or prod versions of libs (e.g. for React performance profiling)