Skip to content

Instantly share code, notes, and snippets.

@jebberjeb
Last active December 24, 2015 23:59
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jebberjeb/6884555 to your computer and use it in GitHub Desktop.
Save jebberjeb/6884555 to your computer and use it in GitHub Desktop.
First day w/ Enfocus

Enfocus

Why

What is Enfocus2

  • Client-side presentation (templating) library -- more about DOM transforms
  • Built w/ Clojures(script)
  • Similar to Enlive but easier to use, better selectors

We made

  • A simple, incomplete, user prefernces page
    • Compojure GET /
    • Static HTML
    • Some cljs w/ enfocus to handle events, change DOM

Observations

  • Selectors + DOM transforms felt natural to me as long time jquery user
  • Client/server line really seemed to blur
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment