---
title: "Speeding up the JavaScript ecosystem - Server Side JSX"
url: https://daily.dev/posts/speeding-up-the-javascript-ecosystem---server-side-jsx-qb5gpwmi1
source_url: https://marvinh.dev/blog/speeding-up-javascript-ecosystem-part-9/
type: article
source: "Marvin Hagemeister"
published: 2024-05-15T20:57:48.056Z
updated: 2024-05-15T20:57:46.021Z
tags: ["webdev", "javascript", "performance", "jsx"]
reading_time: 5
upvotes: 4
comments: 0
language: en
---

> ## Documentation Index
> Fetch the complete documentation index at: https://daily.dev/llms.txt
> Use this file to discover all available pages before exploring further.

# Speeding up the JavaScript ecosystem - Server Side JSX

**[Marvin Hagemeister](https://daily.dev/sources/marvinh)** · 5 min read · 4 upvotes · 0 comments

## Summary

A JSX transform optimized for server-side rendering can make rendering 7-20x faster and cut GC times in half by minimizing memory overhead and using tagged template literals. The precompiled approach is significantly faster in real-world projects.

## Full article

daily.dev links to this article rather than hosting it. Read it at the original source: <https://marvinh.dev/blog/speeding-up-javascript-ecosystem-part-9/>

## Similar posts on daily.dev

- [Don’t just attend KubeCon \+ CloudNativeCon, Merge Forward your experience\!](https://daily.dev/posts/don-t-just-attend-kubecon-cloudnativecon-merge-forward-your-experience--l0rpp73x8) · CNCF · 0 upvotes · 0 comments
- [Announcing H2 2026 KCDs](https://daily.dev/posts/announcing-h2-2026-kcds-m96goajm1) · CNCF · 1 upvotes · 0 comments
- [Two months of Open Community Groups](https://daily.dev/posts/two-months-of-open-community-groups-asf52zhbs) · CNCF · 0 upvotes · 0 comments

---

Tags: [#webdev](https://daily.dev/tags/webdev), [#javascript](https://daily.dev/tags/javascript), [#performance](https://daily.dev/tags/performance), [#jsx](https://daily.dev/tags/jsx)

[View this post on daily.dev](https://daily.dev/posts/speeding-up-the-javascript-ecosystem---server-side-jsx-qb5gpwmi1)
