React - Introducing JSX

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

InfluxDB – Built for High-Performance Time Series Workloads
InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.
www.influxdata.com
featured
Sevalla - Deploy and host your apps and databases, now with $50 credit!
Sevalla is the PaaS you have been looking for! Advanced deployment pipelines, usage-based pricing, preview apps, templates, human support by developers, and much more!
sevalla.com
featured
  1. jsx

    The JSX specification is a XML-like syntax extension to ECMAScript.

    JSX stands for 'JavaScript XML' and is a syntax extension for JavaScript. It is used to create DOM elements that are then rendered in the React DOM. Although it looks like HTML, it is actually an XML-like syntax specifically written for use in React. Interestingly, JSX is not valid JavaScript either. JSX needs to be compiled by a tool like Babel to be translated into regular JavaScript that a browser can understand. Put simply, JSX describes what the UI should look like, and React takes care of properly rendering it.

  2. InfluxDB

    InfluxDB – Built for High-Performance Time Series Workloads. InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.

    InfluxDB logo
  3. babel-sublime

    Syntax definitions for ES6 JavaScript with React JSX extensions.

    JSX stands for 'JavaScript XML' and is a syntax extension for JavaScript. It is used to create DOM elements that are then rendered in the React DOM. Although it looks like HTML, it is actually an XML-like syntax specifically written for use in React. Interestingly, JSX is not valid JavaScript either. JSX needs to be compiled by a tool like Babel to be translated into regular JavaScript that a browser can understand. Put simply, JSX describes what the UI should look like, and React takes care of properly rendering it.

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

  • Building BlazeDiff: How I Made The Fastest Image Diff up-to 60% Faster with Block-Level Optimization

    2 projects | dev.to | 1 Sep 2025
  • AI models need a virtual machine

    6 projects | news.ycombinator.com | 30 Aug 2025
  • React Fundamentals: What It Is, Why We Use It, and How to Get Started

    1 project | dev.to | 1 Sep 2025
  • Underfoot: The ChatPot for Hidden Places (and Why I Don’t Do Hackathons)

    1 project | dev.to | 1 Sep 2025
  • Automating Healthcare Workflows: Onco-Assist

    1 project | dev.to | 31 Aug 2025