TIL: Introduction to Reactjs and Why React
React(also known as Reactjs) is a library for building user interfaces. It was originally created by Facebook and has been around for 7 years now. It is maintained by Facebook and a community of individual developers and companies.
React is a library...
silientvoice.hashnode.dev2 min read
Blake Wight
Senior Fullstack Developer
Also know how react decides to re-render or not. So things like Javascript's objectref and memoization are important to understand.