Hyperapp vs jQuery vs React

Need advice about which tool to choose?Ask the StackShare community!

Hyperapp

34
52
+ 1
0
jQuery

183.4K
61.6K
+ 1
6.6K
React

150K
124.2K
+ 1
4K
Get Advice from developers at your company using StackShare Enterprise. Sign up for StackShare Enterprise.
Learn More
Pros of Hyperapp
Pros of jQuery
Pros of React
    Be the first to leave a pro
    • 1.3K
      Cross-browser
    • 957
      Dom manipulation
    • 809
      Power
    • 660
      Open source
    • 610
      Plugins
    • 458
      Easy
    • 395
      Popular
    • 350
      Feature-rich
    • 281
      Html5
    • 227
      Light weight
    • 92
      Simple
    • 84
      Great community
    • 79
      CSS3 Compliant
    • 69
      Mobile friendly
    • 67
      Fast
    • 43
      Intuitive
    • 42
      Swiss Army knife for webdev
    • 35
      Huge Community
    • 11
      Easy to learn
    • 4
      Clean code
    • 3
      Because of Ajax request :)
    • 2
      Just awesome
    • 2
      Used everywhere
    • 2
      Powerful
    • 2
      Nice
    • 1
      Widely Used
    • 1
      Improves productivity
    • 1
      Open Source, Simple, Easy Setup
    • 1
      It Just Works
    • 1
      Industry acceptance
    • 1
      Allows great manipulation of HTML and CSS
    • 1
      Javascript
    • 1
      Easy Setup
    • 807
      Components
    • 665
      Virtual dom
    • 575
      Performance
    • 501
      Simplicity
    • 442
      Composable
    • 184
      Data flow
    • 166
      Declarative
    • 127
      Isn't an mvc framework
    • 118
      Reactive updates
    • 113
      Explicit app state
    • 46
      JSX
    • 27
      Learn once, write everywhere
    • 22
      Easy to Use
    • 21
      Uni-directional data flow
    • 17
      Works great with Flux Architecture
    • 11
      Great perfomance
    • 9
      Javascript
    • 9
      Built by Facebook
    • 7
      TypeScript support
    • 6
      Speed
    • 5
      Easy to start
    • 5
      Excellent Documentation
    • 5
      Props
    • 5
      Functional
    • 5
      Easy as Lego
    • 5
      Closer to standard JavaScript and HTML than others
    • 5
      Cross-platform
    • 5
      Server Side Rendering
    • 5
      Feels like the 90s
    • 5
      Hooks
    • 5
      Awesome
    • 5
      Scalable
    • 4
      Strong Community
    • 4
      Super easy
    • 4
      Start simple
    • 4
      Sdfsdfsdf
    • 4
      Server side views
    • 4
      Fancy third party tools
    • 4
      Scales super well
    • 3
      Just the View of MVC
    • 3
      Simple, easy to reason about and makes you productive
    • 3
      Fast evolving
    • 3
      SSR
    • 3
      Great migration pathway for older systems
    • 3
      Rich ecosystem
    • 3
      Simple
    • 3
      Has functional components
    • 3
      Allows creating single page applications
    • 3
      Has arrow functions
    • 3
      Very gentle learning curve
    • 3
      Beautiful and Neat Component Management
    • 2
      Permissively-licensed
    • 2
      Sharable
    • 2
      Split your UI into components with one true state
    • 2
      Every decision architecture wise makes sense
    • 2
      Fragments
    • 1
      M
    • 1
      Recharts
    • 1
      Image upload
    • 1
      HTML-like

    Sign up to add or upvote prosMake informed product decisions

    Cons of Hyperapp
    Cons of jQuery
    Cons of React
      Be the first to leave a con
      • 6
        Large size
      • 5
        Sometimes inconsistent API
      • 5
        Encourages DOM as primary data source
      • 2
        Live events is overly complex feature
      • 38
        Requires discipline to keep architecture organized
      • 27
        No predefined way to structure your app
      • 26
        Need to be familiar with lots of third party packages
      • 10
        JSX
      • 8
        Not enterprise friendly
      • 6
        One-way binding only
      • 3
        State consistency with backend neglected
      • 3
        Bad Documentation
      • 2
        Paradigms change too fast
      • 2
        Error boundary is needed

      Sign up to add or upvote consMake informed product decisions

      - No public GitHub repository available -

      What is Hyperapp?

      Out of the box, Hyperapp combines state management with a VDOM engine that supports keyed updates & lifecycle events — all with no dependencies.

      What is jQuery?

      jQuery is a cross-platform JavaScript library designed to simplify the client-side scripting of HTML.

      What is React?

      Lots of people use React as the V in MVC. Since React makes no assumptions about the rest of your technology stack, it's easy to try it out on a small feature in an existing project.

      Need advice about which tool to choose?Ask the StackShare community!

      What companies use Hyperapp?
      What companies use jQuery?
      What companies use React?

      Sign up to get full access to all the companiesMake informed product decisions

      What tools integrate with Hyperapp?
      What tools integrate with jQuery?
      What tools integrate with React?

      Sign up to get full access to all the tool integrationsMake informed product decisions

      Blog Posts

      JavaScriptGitHubReact+12
      5
      3954
      Oct 11 2019 at 2:36PM

      LogRocket

      JavaScriptReactAngularJS+8
      5
      1844
      GitHubDockerReact+17
      35
      34328
      JavaScriptGitHubNode.js+29
      14
      12750
      What are some alternatives to Hyperapp, jQuery, and React?
      Preact
      Preact is an attempt to recreate the core value proposition of React (or similar libraries like Mithril) using as little code as possible, with first-class support for ES2015. Currently the library is around 3kb (minified & gzipped).
      Mithril
      Mithril is around 12kb gzipped thanks to its small, focused, API. It provides a templating engine with a virtual DOM diff implementation for performant rendering, utilities for high-level modelling via functional composition, as well as support for routing and componentization.
      Svelte
      If you've ever built a JavaScript application, the chances are you've encountered – or at least heard of – frameworks like React, Angular, Vue and Ractive. Like Svelte, these tools all share a goal of making it easy to build slick interactive user interfaces. Rather than interpreting your application code at run time, your app is converted into ideal JavaScript at build time. That means you don't pay the performance cost of the framework's abstractions, or incur a penalty when your app first loads.
      Elm
      Writing HTML apps is super easy with elm-lang/html. Not only does it render extremely fast, it also quietly guides you towards well-architected code.
      AngularJS
      AngularJS lets you write client-side web applications as if you had a smarter browser. It lets you use good old HTML (or HAML, Jade and friends!) as your template language and lets you extend HTML’s syntax to express your application’s components clearly and succinctly. It automatically synchronizes data from your UI (view) with your JavaScript objects (model) through 2-way data binding.
      See all alternatives