Skip to content

git-kamesh/kReact

Folders and files

NameName
Last commit message
Last commit date

Latest commit

author
kamesh sethupathi
Oct 30, 2021
b7a37a8 Β· Oct 30, 2021

History

6 Commits
Oct 24, 2021
Oct 24, 2021
Oct 24, 2021
Oct 30, 2021
Oct 24, 2021
Oct 24, 2021

Repository files navigation

kReact

Let's learn React by building react within 100 lines of code πŸ‚πŸ»

Follow me: https://twitter.com/kamesh_koops

Medium article: https://kamesh-dev.medium.com/kreact-building-your-own-react-virtual-dom-b0376cbbd3c

πŸ€– Introduction

  • kReact is built similar to react and mimics its internal working.
  • React is a great library that automates most of the DOM handling for us.
  • But most of us don't know how this magic automation happens in the backend 😰.
  • Let's us also know and learn the magic and build one for ourselves πŸ±β€πŸ.
  • The main objective of this project is to make you understand how React works internally.

🐾 How to Use?

  • Clone this repository
  • Run npm install to install JS dependencies
  • Run npm start

License

This repository is available MIT license.