The Concur UI Framework
Introduction
1.
Getting Started
1.1.
Installation
1.2.
Your first Concur program!
2.
A Quick Tour of Concur
2.1.
Anatomy of a Widget
2.2.
Widget Return Types
2.3.
Composing Widgets
2.4.
Event Handling
2.5.
Modifying DOM on Events
2.6.
Handling Multiple Events
2.7.
Composing Widgets with Events
2.8.
Input Output
3.
Architectural Notes
3.1.
Replicating Elm Architecture
3.2.
Plan for Composability by Breaking Down Components
3.3.
Composing Never Ending Widgets
4.
Signals
4.1.
Introduction
4.2.
Your First Signal
4.3.
Converting Display Widgets
4.4.
Signal Composition
4.5.
Signal Example
4.6.
Some Notes on Signal Usage
5.
FAQs
5.1.
Why the Concur Model
5.2.
Jumping Into the Middle of Widgets
Light (default)
Rust
Coal
Navy
Ayu
The Concur UI Framework
Architectural Notes
Here we collect some tips on building large programs with Concur.