Advertisement
Top

Prepack JavaScript Compiler Aims to Reduce Startup Time

Facebook has revealed a project that makes “JavaScript run faster”, as long as that JavaScript is initialization code in a React Native app.

The tool, dubbed Prepack, tries to eliminate computations that can be known at compile time, specifically those done as part of the code’s initialization phase. As JavaScript engines have matured, the biggest performance gains now need to come from improving real-world user experience.

Read More on InfoQ