|
|
|
|
|
by Lio
2004 days ago
|
|
1. There's a library to add this into native apps fast.
2. In the case of rails (Hotwire is not actually tied to rails at all) it's really easy to turn any endpoint into a RESTful API, just use respond_to to send json or anything else being requested. |
|