What is an FRP application.
An FRP application has the following properties
- Functional, pure, immutable.
- Reactive, your application is a DAG, you react to "core" inputs and from new outputs.
Being an immutable DAG
If your application is an immutable DAG it has certain properties