Skip to main content

2 posts tagged with "react"

View All Tags

Virtualization in React JS

· 2 min read
Juan Emilio Rivero
Juan Emilio Rivero
Frontend Developer

When our App contains lists or tables with a large number of elements, the performance will be affected due to loading all these elements into the DOM. Virtualization is a technique to improve the performance of WebApps that need to display large volumes of data, either in the form of lists or tables. The logic of Virtualization consists of rendering only the elements that are currently in the user's viewport. This serves to improve the initial load of the App, resulting in a better UX.

How to build an extension in Auravant from scratch

· 10 min read
Guille Gonzalez
Project Leader

I imagine you became an Auravant developer and immediatly started some brilliant project. Then you spent a little while going around to know how to face the extension.

"Where do I have to get the information I want?" and "What do I have to use to interact with the platform?" might be both examples of what you asked yourself.

In this guide I tell you what your starting point can be.

thumbnail image