this post was submitted on 08 Feb 2024
25 points (87.9% liked)

WebDev

1148 readers
1 users here now

Community for all things Web Development related.

founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 2 points 8 months ago (1 children)

Yes but why do they have to be compiled? For what's worth jQuery is a framework and so is Vue without compiling.

[–] [email protected] 1 points 8 months ago* (last edited 8 months ago) (1 children)

Usually because they have their own way of defining things that isn't standard JS.

For instance Vue can be compiled if you want to make full SPAs using it.

[–] [email protected] 0 points 8 months ago

You can build SPAs without compilation...