journeyose.blogg.se

React for beginners
React for beginners













react for beginners

When building React apps, we build a bunch of small, independent and reusable components and compose them to make complex UIs.

react for beginners

It has data and describes what that piece of UI should look like. React ComponentsĬomponents are the building block of React apps. This means you get the freedom to choose the libraries that you’re familiar with or prefer. For those concerns, you need to use other libraries.

react for beginners

It doesn’t have an opinion about other aspects of an app such as routing, calling HTTP services, etc. It only takes care of the view or what is rendered in the DOM. In my earlier post, I explained that React is a lightweight library for building fast and interactive user interfaces. Unlike Angular, which is a framework (or a complete solution), React is essentially a ‘view library’.















React for beginners