Skip to content

This is the source code for the Build your own React.js series posted in my blog https://rrezyapov.com

Notifications You must be signed in to change notification settings

RinatRezyapov/build-own-reactjs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build your own React.js

vault-13

These series of articles are based on the Paul O Shannessy - Building React From Scratch talk that he gave in 2016.

He also uploaded source code to the GitHub repo.

Unfortunately, the talk was only 30 minutes long and to fully understand each part of this simplified implementation of React.js I spent days reading the source code and the comments. Even though the comments and the talk were super helpful, some parts of the code were like rocket science to me, especially recursive labyrinths of madness, until I was enlightened.

And now I decided to create a series of articles based on my notes and 'aha' moments.

You can find these articles in my personal blog:

  1. Build your own React.js - Part 1. ReactDOM.render;
  2. Build your own React.js - Part 2. React.Component;

I also posted them on dev.to

Instalation

npm install npm run start

About

This is the source code for the Build your own React.js series posted in my blog https://rrezyapov.com

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published