Hacker News new | ask | show | jobs
by MattyMc 1465 days ago
adrianthedev: THANK YOU for implementing a one-time fee. It actually make using this realistic for us.

Quick question: Do you have support for front-end frameworks (i.e. React)? I did try to crawl the docs to find out.

We have a Rails monolith, but we're unique in that we have a highly interactive educational app with a boat load of javascript. Our mantra has been: use React only if we absolutely have to. I realize we're unique in this regard.

Totally cool if not; just thought I'd ask. Great work on the project!

1 comments

Thanks for the kind words!

Avo is built using Hotwire (Turbo and StimulusJS) so no fancy framework (React, vue, svelte) under the hood. We love Stimulus and goes very well with Rails development.

That beign said, Avo supports adding your own custom content (erb templates) and your own asset pipeline (webpacker, sprockets, or something else), so in theory you could inject React or Vue sprinkles here and there.