generated from calcit-lang/calcit-workflow
-
Notifications
You must be signed in to change notification settings - Fork 0
pros and cons
jiyinyiyong edited this page Sep 1, 2021
·
1 revision
- Pure CojureScript, immutable by default with optimizations
- Global states, hot swapping
- Flexible HTML DSL with Calcit-js
- Fewer side effects, less position to make mistakes
- Flexible component state
- Very few components to use
- Users need to handle life-cycles manually
- No support for animations
- Not as fast as React.js