# A simple Clojurescript app

DevFeed: [A simple Clojurescript app](<https://devfeed.tech/articles/a-simple-clojurescript-app-32091.md>)

Original publisher: [Read original article](<https://adambard.com/blog/a-simple-clojurescript-app/>)

Published: 2014-08-13T00:00:00Z

Content type: tutorial

Language: en

Sources: [Adam Bard](<https://devfeed.tech/sources/adam-bard.md>)

Topics: [ClojureScript](<https://devfeed.tech/topics/clojurescript.md>), [Single-page application (SPA)](<https://devfeed.tech/topics/spa.md>), [Code](<https://devfeed.tech/topics/code.md>), [React](<https://devfeed.tech/topics/react.md>), [Development](<https://devfeed.tech/topics/development.md>)

Tags: [application](<https://devfeed.tech/tags/application.md>), [clojure](<https://devfeed.tech/tags/clojure.md>), [code](<https://devfeed.tech/tags/code.md>), [development](<https://devfeed.tech/tags/development.md>), [render](<https://devfeed.tech/tags/render.md>), [state](<https://devfeed.tech/tags/state.md>), [ui](<https://devfeed.tech/tags/ui.md>)

## AI overview

A tutorial on building a simple ClojureScript single-page calculator with Kioo and Om. It covers the application structure, build configuration, rendering, and global state management.

## Source excerpt

In May, I left Canada to do some long-term travelling with my wife. I don't mention it here because this isn't tumblr, but it does mean that I have some problems many people don't, such as figuring out when I can return in the Schengen Area. This is a problem that has been solved, but I've yet to see it solved well, so I decided to build my own calculator as an exercise using Kioo with Om.