Hacker News new | past | comments | ask | show | jobs | submit login
Yo-yo.js – replacing react with 2 lines of code (github.com/maxogden)
5 points by xatxat on March 14, 2016 | hide | past | favorite | 2 comments



I can also replace react with 2 lines of code:

  module.exports = require('react');
  module.exports.DOM = require('react-dom');


What sort of performance difference is there between this and react?




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: