DEV Community

Hunter Pollard
Hunter Pollard

Posted on • Updated on

React.js

React is a front-end framework maintained by Facebook. It is extremely fun to use once you get the hang of it, this language builds off of basic(vanilla) JavaScript and adds new exciting features for building a UI interface or its components. It is declarative and component-based so the main idea is to build and encapsulate components and web them together this makes creating reactive user interfaces a breeze in the long run and makes everything easier to read and edit later on.

In my short time learning the basics and building my first project I can say with confidence that I would absolutely recommend this language to anyone wanting to level-up there JavaScript skills. React.js has some of the best documentation and video resources out there for anyone struggling or wanting to learn it. React can also render on the server using Node and power mobile apps using React Native. React is a great tool for front-end devs who are just starting out.

Check out my recent project video
https://youtu.be/h1yuuf_bsfA

and the updated Github Repo
https://github.com/Hpollard003/Project-2-Phase2

Top comments (0)