Build a meme maker with Clojurescript
I'm working on a minicourse to teach the basics of Clojurescript developement with practical examples. We'll build a meme maker single-page app together. Topics include:
- Setting up a new Clojurescript project from scratch
- Building a Clojurescript UI with Reagent
- Debugging and working with Clojurescript in practice
- HTTP requests from ClojureScript to work with external APIs
- Coordinating HTTP requests and manage responses with core.async
- JavaScript interop with the DOM to interact with a <canvas>
- Testing Clojurescript code