Posts

Showing posts from April, 2021

#React : Framework or Library? #UserInterface #QuickCreationofFrontEnd

What is React? is it library or frame-work? In this article we discuss with detail about react. React A javascript library for building User Interface React is javascript library developed by facebook in 29 May 2013. React used to create interactive user interface.Simply you can create multiple phase of your application and by jotting all of them you can make a complete application By using react library you can avoid complexity of the code. It is a simplest way to create any application.React will efficiently update and render just the right component when you change data.