React
-
JavaScript
React Synchronising Side-Effect With App State
What we want to keep in state Data fetching Data as streams What do we want to keep in state? When a value got changed, React is going to re-render the page. React also tries to avoid unnecessary re-renders. The state should be with values which when updated we will want to update the DOM. […]
-
Dreamix
Why Choose React for Your Software Product Development?
If you are just starting to develop your new product or you have some legacy software, and you are wondering what is the best way to have a modern, up-to-date software product, this blog is just right for you. React to the Rescue React (also known as React.js or ReactJS) is a JavaScript library for […]
-
Front-End
First Steps in React: Learn, Build, Enjoy
React – recently blooming everywhere across the IT industry. What makes people use this specific language instead of any other for their UI? How can you start using it? The answers to these questions will be clear to the naked eye after going through these topics first: What is React and how does it work? […]