glitchassassin / armorer

Renders the King James Version as a performant, minimal, well-designed reading website
https://armorer.io/
Other
0 stars 0 forks source link

Consider rewriting infinite-scroll with Alpine #14

Closed glitchassassin closed 1 year ago

glitchassassin commented 1 year ago

Look at intersect plugin, morph plugin

In conjunction with #13, consider making intersection blocks for each verse instead of for each chapter

glitchassassin commented 1 year ago

Alternatively - consider rewriting search without Alpine.

Either way, see if we can find a more consistent and pleasing architecture for everything.

glitchassassin commented 1 year ago

Experimented with webcomponents for a while, but Alpine is a much cleaner approach to data binding and covers more edge cases. Simplified intersection by rewriting with Alpine.