|
|
|
|
|
by Existenceblinks
2617 days ago
|
|
> Phoenix Live View is very new Its technique is not new, it's just server-side rendering via websocket and DOM patching (Morphdom is also very old) > not appropriate at all "At some" would be appropriate. Pretty much typical CRUD (real world) that needs to fire requests to server anyway (e.g. form, business logic validation). The only reason not to use it _right now today_ is it's not 1.0 yet. |
|