Reply to thread

Then I'm missing something because I don't see how they are doing it any differently than other frameworks.


UI functions is job of HTML. There are HTML elements that provide basic set of UI elements with predefined functionality. They already exist in all browsers and don't need any frameworks. Button already exists as <button> that functions like a button. If some website wants to change that functionality, they have some reasons to do so and no framework can change that.


Back
Top Bottom