Skip to content

ameerthehacker/qnd-react

Repository files navigation

Quick and Dirty React 🔨

This is my quick and dirty implementation of react to help myself and others to understand what react does under the hood

This goes along well with the article Build your own React in 90 lines of JavaScript

  • The replication of ReactDom is available in src/qnd-react-dom.js
  • The replication of React is available in src/qnd-react.js

How to run it?

  1. Clone the repo
  2. Install the dependencies
npm install
  1. Run the sample project using QndReact.js ❤️
npm start

Found any issue?

Please feel free to raise an issue or PR 😉

Show your support by ⭐ the repo

License

MIT © Ameer Jhan

About

My own quick and dirty implementation of react to learn how react works under the hood 💥

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published