|
|
|
|
|
by SkyPuncher
2025 days ago
|
|
I've personally hit the point where I feel like React is my go to for anything - especially with Gatsby. * If I'm keeping it simple, it's barely different than pure HTML.
* Free templating
* If I need Javascript (which I likely will), it's extremely easy to add anything I need. |
|
However, I don't think React does "add some Javascript behavior to my Rails views (or backend framework equivalent)" very well (which is what I think Stimulus is trying to do). I mean you have solid support for React in the Rails ecosystem, but you turn your HTML-rendering responsibilities over to React Javascript functions.