DEV Community

Discussion on: Build your own React in 90 lines of JavaScript

Collapse
 
mustafaabobakr profile image
Mostafa Abobakr

The original author: pomb.us/build-your-own-react/

Collapse
 
ameerthehacker profile image
Ameer Jhan • Edited

I did draw the inspiration from Pomber's post but this post has an all together different approach in implementation, this is way simpler and does not implement hook, vdom and fiber architecture as Pomber's. Is pomber's implementation is 90 lines or was there no post on creating your React before Pomber, Pomber has his own way of making things interesting and this is mine. please read the post before commenting