10-javascript-frameworks icon indicating copy to clipboard operation
10-javascript-frameworks copied to clipboard

Comparison of 10 frontend JavaScript frameworks

Results 11 10-javascript-frameworks issues
Sort by recently updated
recently updated
newest added

It makes the data reactive and you can give the Proxy rule for new data like rendering.

Fixed spelling for comparison

When running through a local webhost in Chrome `Version 96.0.4664.110` for Windows, I get these errors in the developer console when viewing `/alpine-app/index.html`: ![image](https://user-images.githubusercontent.com/662874/147429519-5eefcdcf-122a-4e1c-86c4-99c4be17e58e.png) Attempting to add an item using...

Vue app in repo appears to be the default generated hello world app, rather than the demo app from the video! (Can I say thanks for the quick and useful...

(Great video, by the way) The Alpine app doesn't actually work right now (you can't use `x-for` on a `` — only on a ``), and it was coded in...

I think it would be a good idea to do this type of video again but with mobile development tools like Objective C and SwiftUI for iOS, Kotlin and Java...

This framework comparison is awesome. In the video, you talk about the pros and cons for each framework but you don't talk about the size of the final project. I...

An example of more declarative HTML. I don't think it ruins your point about bindings in frameworks. Obviously this example does not built the list, as virtual DOM would do...

I enjoy the whirlwind tour of all those frameworks - five of those I didn't even know existed! I have only work with vue and react so seeing the other...

I coded along and stumbled upon this error. Which is still there, when I copy the entire file File & Line: https://github.com/fireship-io/10-javascript-frameworks/blob/main/vanilla-app/index.html#L28 Error Message: Uncaught TypeError: existingTodos.forEach is not a...