Is there anything similar for react or vue ? #98
-
Hi, Thanks, |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Hi @padjo, |
Beta Was this translation helpful? Give feedback.
-
Hi, Thanks, |
Beta Was this translation helpful? Give feedback.
-
Hi @padjo, |
Beta Was this translation helpful? Give feedback.
Hi @padjo,
The ideas behind stimulusreflex / sockpuppet is that you've got a thin client and that you do most of the things server side. There is something called react server components -> https://thoughtbot.com/blog/should-you-react-on-the-server which contains some of the ideas here. That means that your entire stack would be javascript. So perhaps that's what you're looking for?