We ❤ React

A flawless user experience is the standard in modern web applications. The days of boring and static web pages are long gone. Our customers increasingly want custom features and want a web application that stands out from the competition to give their users a unique experience when using their product.

 

What is React.js?

React is an open source javascript library developed by the engineers at Facebook. It gives us, as developers, the ability to create lightning fast single page applications and paves the way to develop features that are tailored to your specific use cases. The library has rapidly gained popularity and is now the most used javascript framework in the world, with a market share of over 40%.

Why choose React.js?

  • Blije gebruikers

    Paginasnelheid hoort bij de belangrijkste criteria van een gebruiker. Een snelle, duidelijke gebruikerservaring leidt tot een hogere conversie.

  • Het is supersnel

    Het bouwen van je frontend in React resulteert in een applicatie die geen volledige pagina loads nodig heeft. Gegevens worden dynamisch weergegeven en ververst, wat de klantenervaring echt ten goede komt.

  • Het doet wat een app kan

    Onze web applicaties maken gebruik van alle moderne functies in browsers en apparaten. Een smartphone app nodig? Dan is een Progressive Web App in React wellicht de beste keuze voor je.

  • Snelle ontwikkeling zonder vendor lock-in

    React heeft een bescheiden leercurve en stelt ontwikkelaars in staat om snel goede, leuke gebruikerservaringen te creëren. De Open Source natuur van de bibliotheek en ons gebruik van algemene coding standaarden vermijdt volledig het risico van een vendor lock-in.

Want to add some more React knowledge to your team?

Our Javascript developers have extensive knowledge of React.js and use it every day.

Real-time typing exercises with React

VAN IN publishing

What makes React so special?

React uses the virtual DOM, or Document Object Model, to update web pages instantly. This means that React can render the DOM much faster than a normal page refresh can.

Why?

The DOM is actually a collection of nodes in a tree structure. Thanks to javascript you can easily add and remove nodes to create a more reactive application. Now, this is not necessarily slow. What is slow, is the browser re-rendering all your CSS for every DOM update. The Virtual DOM, on the other hand, is a light and decoupled abstraction of the real DOM. It is actually the user's browser that will keep a virtual representation of the UI in its memory. Whenever a status update is applied by javascript, the virtual UI in memory will detect it, compare it to the browser's current DOM and update only the sections that are different. This results in fewer changes to the UI and will inevitably speed up your application.

Wist je dat?

React is ontwikkeld door Jordan Walke en werd in 2011 voor het eerst gebruikt voor de nieuwsfeed van Facebook.

Looking for a web app that makes you happy?

Let's see how we can help you get ahead.