Vanilla usage #1147
Answered
by
jamesdaniels
1j01
asked this question in
v7 (rewrite)
Vanilla usage
#1147
|
What is the story for apps either not using a framework, or using a framework other than React or Angular, going forward? Native components for these frameworks sounds great for those using these frameworks, but will an API be provided for vanilla usage? Looking at the code, I see there are separate implementations of components for each framework, so I'm guessing the answer will be to use one of the framework implementations, If so, which would be most lightweight, or easiest to integrate? |
Answered by
jamesdaniels
May 13, 2025
Replies: 1 comment 2 replies
|
We're planning to provide both a headless API containing the common logic between the framework implementations and a Web Component solution in a future release. |
2 replies
Answer selected by
jamesdaniels
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
We're planning to provide both a headless API containing the common logic between the framework implementations and a Web Component solution in a future release.