TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

React Lite: an implementation of React that optimizes for small script size

4 pointsby colinramsayover 9 years ago

2 comments

colinramsayover 9 years ago
For mobile websites, I've always been concerned about the payload the user has to download. Even with gzip I think react is a bit too hefty and so this is an interesting project.
NikhilVermaover 9 years ago
This is a really interesting project! One of my issues with React has been the script size, and this one even seems quicker to boot.<p>Obviously it doesn&#x27;t have certain things like React does but it&#x27;s a perfect library for mobile usage!