-
Notifications
You must be signed in to change notification settings - Fork 10
pros and cons
jiyinyiyong edited this page Mar 21, 2020
·
3 revisions
- Pure CojureScript, immutable by default with optimizations
- Global states, hot swapping
- Flexible HTML DSL with ClojureScript
- 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