squint-cljs / vite-plugin-squint

A plugin to compile .cljs source code with squint using vite
1 stars 3 forks source link

Add a tiny React example #4

Closed martinklepsch closed 4 months ago

martinklepsch commented 5 months ago

It would be great to have a small example with React usage.

brandonstubbs commented 5 months ago

I added a react demo #7

The HMR does not work, so we will need to solve that