Skip to content

Latest commit

 

History

History
26 lines (15 loc) · 693 Bytes

README.md

File metadata and controls

26 lines (15 loc) · 693 Bytes

757rb - Rails ❤️ JavaScript

An exploration into all the great ways Rails can champion JavaScript components.

  • Test React
  • Test Vue
  • Test Glimmer

Goals

Explore a design system that uses Rails v5.1 app to build shareable components as a custom HTML element like <my-toolbar> or <my-widget>. Detailed goals include:

  • Small file size and performance.
  • Scoped behavior and presentation.
  • Customization, themeing, and extensibility.
  • Using many componets on a page.

Stretch Goals

  • Explore Roundup.JS. All libraries use this now. Better for libs vs webpack/apps.

Related Notes