|
|
|
|
|
by granshaw
1863 days ago
|
|
Yup. And as illustrated by OP's example links, avoid Stimulus Reflex (NOT stimulus.js) for production too. Apart from the stated reasons, the fact that websocket connections aren't scoped by User by default is a really, REALLY sharp edge! |
|
This is essentially like saying "Dont use Rails, the controllers arent scoped to the user by default"
There are plenty of valid reasons to use websockets not scoped to a user. Also how is SR supposed to know your user scheme?
What if you have a multi-tenant app and websockets should be scoped to an account and not a user? Im honestly confused by this statement.