Hacker News new | ask | show | jobs
by paublyrne 2500 days ago
You can very easily eschew the V and run your spa against a Rails API.
1 comments

Strictly speaking, the V is still there. The View doesn't have to render HTML; it's still there, rendering JSON, in a Rails API.

You can even build an SPA using the MVC pattern. I think nullwasamistake's comment was misusing buzzwords, and they were rather comparing server-rendered apps vs client-side SPAs.