Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
davidwhitney
/
JsxCore
Public
Notifications
You must be signed in to change notification settings
Fork
9
Star
239
Code
Issues
1
Pull requests
1
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Faster server rendering: parse each module once per build, and trim per-render JSON and parsing work
- #5
#5
Merged
davidwhitney
merged 8 commits into
davidwhitney:main
davidwhitney/JsxCore:main
from
lahma:perf/server-rendering
lahma/JsxCore:perf/server-rendering
Copy head branch name to clipboard
Aug 7, 2026
Conversation
Commits
8
(8)
Checks
Files changed
Merged
Faster server rendering: parse each module once per build, and trim per-render JSON and parsing work
#5
davidwhitney
merged 8 commits into
davidwhitney:main
davidwhitney/JsxCore:main
from
lahma:perf/server-rendering
lahma/JsxCore:perf/server-rendering
Copy head branch name to clipboard
Commits
Commits on Aug 6, 2026
Update Jint to 4.15.3
lahma
committed
e68c435
View commit details
Copy full SHA for e68c435
Browse repository at this point
Parse each module once per build, not once per pooled engine
lahma
committed
a664e4e
View commit details
Copy full SHA for a664e4e
Browse repository at this point
Stop re-parsing the host shims and per-render scaffolding
lahma
committed
82e12d7
View commit details
Copy full SHA for 82e12d7
Browse repository at this point
Serialize the model and context once per response
lahma
committed
73ebcfc
View commit details
Copy full SHA for 73ebcfc
Browse repository at this point
Return server markup directly instead of through JSON
lahma
committed
f8a77f2
View commit details
Copy full SHA for f8a77f2
Browse repository at this point
Restore a clean global surface when an engine returns to the pool
lahma
committed
e76771a
View commit details
Copy full SHA for e76771a
Browse repository at this point
Enforce the render timeout across the whole render and honour aborted requests
lahma
committed
c51cacf
View commit details
Copy full SHA for c51cacf
Browse repository at this point
Let a host declare immutable types crossing the globals bridge
lahma
committed
e50fd80
View commit details
Copy full SHA for e50fd80
Browse repository at this point
You can’t perform that action at this time.