https://github.com/oakmac/re-frame-talk
Slides and code for my talk about using Re-Frame and ClojureScript - Houston Functional Meetup, March 2019
https://github.com/oakmac/re-frame-talk
Last synced: about 1 month ago
JSON representation
Slides and code for my talk about using Re-Frame and ClojureScript - Houston Functional Meetup, March 2019
- Host: GitHub
- URL: https://github.com/oakmac/re-frame-talk
- Owner: oakmac
- License: isc
- Created: 2019-03-18T23:24:07.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-03-20T20:32:10.000Z (about 7 years ago)
- Last Synced: 2025-03-23T11:14:01.601Z (about 1 year ago)
- Language: Clojure
- Size: 362 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# re-frame + ClojureScript Talk
Slides and code for my talk about using [re-frame] and [ClojureScript].
Presented at the [Houston Functional Programmer's Meetup, March 2019](https://www.meetup.com/Houston-Functional-Programmers/events/znbbqqyzfbbc/).
## Talk Abstract
[re-frame] is a popular [ClojureScript] library used to write single-page
applications (SPAs) using [React.js].
It combines some simple ideas - immutable data and pure functions - with the
power of Clojure to make complex web applications manageable at scale.
- Do your clients insist on having a user interface that is full of messy state?
- Have you ever struggled with a large JavaScript codebase?
- Does the phrase "modify the webpack config" give you nightmares?
- Curious whether all the hype about ClojureScript is real?
- Do you like pure functions and data?
If any of the above rings true then this talk is for you!
In this talk I will go over some ClojureScript basics, discuss re-frame
concepts, and then we can build a small web application using re-frame.
[re-frame]:https://github.com/Day8/re-frame
[ClojureScript]:https://clojurescript.org/
[React.js]:https://reactjs.org/
## About the Presenter
Chris Oakman is a functional programmer, designer, and coding bootcamp
instructor from Houston, TX. He has written dozens of web applications and is
the author of several popular open source libraries. He discovered ClojureScript
in 2013 and has been using it to build UIs ever since.
## License
[ISC License](LICENSE.md)