2020/Austin/turbolinks

From IndieWeb

Turbolinks-Powered Hybrid Apps was a session at IndieWebCamp Austin 2020.

Notes archived from: https://etherpad.indieweb.org/turbolinks


IndieWebCamp Austin 2020
Session: Turbolinks-Powered Hybrid Apps
When: 2020-02-22 14:45

Notes

Javascript intercepts link clicks

Adapters for native apps - click handler happens in native code

Stimulus in another "micro" javascript framework: https://stimulusjs.org/

"Sprinkles" of interactivity

works well with turbolinks

data is stored in html dom rather than javascript

See Also