Front End Performance
React Idle
Render React Components When the Browser is Idle
Boost performance of busy React applications by improving above the fold component rendering priority. React-idle decreases work on the execution thread by postponing component rendering until the browser is idle.
Budgeting
Production-ready React reference app
This enterprise-grade React application is optimized for development and production environments. The Budgeting application showcases architecture for delivering incredibly fast production apps while maintaining a great development experience.