Yet another JS framework(HYDROGEN)

This page summarizes the projects mentioned and recommended in the original post on dev.to

SurveyJS - Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App
With SurveyJS form UI libraries, you can build and style forms in a fully-integrated drag & drop form builder, render them in your JS app, and store form submission data in any backend, inc. PHP, ASP.NET Core, and Node.js.
surveyjs.io
featured
InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
  • webpack

    A bundler for javascript and friends. Packs many modules into a few bundled assets. Code Splitting allows for loading parts of the application on demand. Through "loaders", modules can be CommonJs, AMD, ES6 modules, CSS, Images, JSON, Coffeescript, LESS, ... and your custom stuff.

  • Shopify have recently released a React based JavaScript framework called HYDROGEN. Just like Next.js its focused on SSR(Server Sider Rendering) components. But if we already have Next.JS why do we need another framework similar to it? HYDROGEN is made to create fully customizable shopify based E-Commerce web apps. Since its based on Nex.JS we have features of nextjs available to us and it also comes with many predefined components and hooks to ease your development. It also comes with built-in cache defaults support for non-blocking data-fetching, ensuring a fast shopping experience. And it uses Vite for bundling instead of Webpack Hydrogen also uses shopify's GraphQL api to steam data easy and efficiently. Shopify is also going to launch a hosting service for Hydrogen APPs called Oxygen.

  • vite

    Next generation frontend tooling. It's fast!

  • Shopify have recently released a React based JavaScript framework called HYDROGEN. Just like Next.js its focused on SSR(Server Sider Rendering) components. But if we already have Next.JS why do we need another framework similar to it? HYDROGEN is made to create fully customizable shopify based E-Commerce web apps. Since its based on Nex.JS we have features of nextjs available to us and it also comes with many predefined components and hooks to ease your development. It also comes with built-in cache defaults support for non-blocking data-fetching, ensuring a fast shopping experience. And it uses Vite for bundling instead of Webpack Hydrogen also uses shopify's GraphQL api to steam data easy and efficiently. Shopify is also going to launch a hosting service for Hydrogen APPs called Oxygen.

  • SurveyJS

    Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App. With SurveyJS form UI libraries, you can build and style forms in a fully-integrated drag & drop form builder, render them in your JS app, and store form submission data in any backend, inc. PHP, ASP.NET Core, and Node.js.

    SurveyJS logo
  • React

    The library for web and native user interfaces.

  • Shopify have recently released a React based JavaScript framework called HYDROGEN. Just like Next.js its focused on SSR(Server Sider Rendering) components. But if we already have Next.JS why do we need another framework similar to it? HYDROGEN is made to create fully customizable shopify based E-Commerce web apps. Since its based on Nex.JS we have features of nextjs available to us and it also comes with many predefined components and hooks to ease your development. It also comes with built-in cache defaults support for non-blocking data-fetching, ensuring a fast shopping experience. And it uses Vite for bundling instead of Webpack Hydrogen also uses shopify's GraphQL api to steam data easy and efficiently. Shopify is also going to launch a hosting service for Hydrogen APPs called Oxygen.

  • Next.js

    The React Framework

  • Shopify have recently released a React based JavaScript framework called HYDROGEN. Just like Next.js its focused on SSR(Server Sider Rendering) components. But if we already have Next.JS why do we need another framework similar to it? HYDROGEN is made to create fully customizable shopify based E-Commerce web apps. Since its based on Nex.JS we have features of nextjs available to us and it also comes with many predefined components and hooks to ease your development. It also comes with built-in cache defaults support for non-blocking data-fetching, ensuring a fast shopping experience. And it uses Vite for bundling instead of Webpack Hydrogen also uses shopify's GraphQL api to steam data easy and efficiently. Shopify is also going to launch a hosting service for Hydrogen APPs called Oxygen.

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • Use Vite for React Apps instead of CRA

    6 projects | dev.to | 16 May 2022
  • React 18.3.0 Is Out

    2 projects | news.ycombinator.com | 25 Apr 2024
  • Everyone Has JavaScript, Right?

    1 project | news.ycombinator.com | 21 Apr 2024
  • New Features in React 19 – Updates with Code Examples

    2 projects | dev.to | 4 Apr 2024
  • Build a Full-Stack app using these React libraries and cloud backend.

    1 project | dev.to | 25 Mar 2024