Does Rocket support Web Components? #2756
-
Hi there? I'm thinking to use Rocket as frontend and Web Components as backend, |
Beta Was this translation helpful? Give feedback.
Answered by
strowbeary
Apr 26, 2025
Replies: 1 comment
-
Hello, |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
the10thWiz
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello,
To clarify, Rocket is primarily a back-end framework, while Web Components are a front-end technology. Therefore, you would typically use Rocket to handle the server-side logic and Web Components to build the user interface on the client side.
You can certainly use them together in the same project, with Rocket serving the backend and Web Components managing the frontend.