A Tool That Injects a ClojureScript Figwheel Repl Into Webpages
This tool t lets you quickly show a prospective client how your code can improve their website.
How does it work?
This tool has two modes: development mode and production mode. In development mode, it opens a connection to the client-side repl on the browser and sends it to the server where it is stored in memory. It then loads the page that it was sent to, and you can use it right there.
However, production mode allows you to create a version of the site that works on the server as well as on the client. It works exactly the same, but the development version doesn’t connect to the client-side repl. You have to compile the site and load the client version into the browser.
How do you use it?
After installing the tool, you will see a popup with a link to download a local version of your site and you can use it right away. The setup process is the same in both modes.