RiotJS

Pros:

  • No build tools involved
  • Can work directly in the browser
  • Minimalistic
  • Tiny learning curve (if you know js and dom)
  • Not forced to use any ES2020 features
  • Not forced to use any pattern

Cons:

  • Application code brakes after each new release
  • Errors get swallowed
  • Nested components are buggy when you mount them manually

Single Page Application

  • Router
  • Controller
  • Template Engine
  • (Two-Way Data Binding)

Examples

  • Markdown Viewer
  • Examples
  • SQL Admin

RiotJS

By Simeon Velichkov