8 Matching Annotations
  1. May 2021
  2. Feb 2021
  3. Mar 2020
  4. Dec 2017
    1. Now reload the usual URL in your browser and repeat the above procedure by modifying the message to be printed in the browser console. As before you'll see that as soon as you save the core.cljs file the CLJS recompilation is triggered. This time, thanks to the boot-reload task, the page is reloaded as well. You can confirm this by seeing if the new message is printed in the browser's console.

      Remember to properly reload your browser. I first tried a normal F5 refresh. My browser didn't reload all the javascript files, which didn't give me the right websocket-port. Refreshing with Ctrl+Shift+R fixed this for me (Vivaldi 1.13).

  5. Dec 2015
    1. ClojureScript Year In Review 23 December 2015 It's been a very exciting year for ClojureScript. It's clear that things have been accelerating and here is a personal selection of highlights:

      ClojureScript

    1. CLJSJS provides an easy way for ClojureScript developers to depend on Javascript libraries.

      ClojureScript

    1. ClojureScript + React Native Resources for developers using ClojureScript to build React Native apps.

      ClojureScript + React Native