✳flâneur — a map of the web's best reading
re-frame interactive demo | Yehonathan Sharvit
blog.klipse.tech · 2,342 words · saved by 1 readers
re-frame interactive demo with Klipse. A pattern for writing SPAs in ClojureScript, using Reagent.
What is re-frame? re-frame is a functional framework for writing SPAs in ClojureScript, using Reagent. Being a functional framework, it is about two things: data the functions which transform that data. And, because it is a reactive framework, the “data coordinates the functions” (and not the other way around). re-frame is often described as a 6-domino cascade: One domino triggers the next, which triggers the next, et cetera, boom, boom, boom, until we are back at the beginning of the loop, and the dominoes spring to attention again, ready for the next iteration of the same cascade. The six do
Explore this link on the map →related reading
- Building data-centric apps with a reactive relational databaseriffle.systems
- You Might Not Need an Effect – Reactreact.dev
- Tutorial: Tic-Tac-Toe – Reactreactjs.org
- The Interactive Guide to Rendering in Reactui.dev
- State as a Snapshot – Reactreact.dev
- Blogged Answers: A (Mostly) Complete Guide to React Rendering Behavior · Mark's Dev Blogblog.isquaredsoftware.com
- Redux Essentials, Part 1: Redux Overview and Concepts | Reduxredux.js.org
- GitHub - reduxjs/redux-devtools: DevTools for Redux with hot reloading, action replay, and customizable UI · GitHubgithub.com
- Implementing React from scratchrob.directory
- Simple Explanation for the "Reactor Pattern" with its Applications - Stack Overflowstackoverflow.com
- React graph viscrubier.github.io
- About MobX · MobX 🇺🇦mobx.js.org