ReactJS in March!


Details
Rendering millions of Rows by Drawing by Keyur Paralkar
Summary:
There a bunch of ways to render a table with lot many rows in react. At some point we have to make use of virtualizations, pagination and web workers to provide a decent UX. But sometimes there are scenarios, where you need to load millions of data at once and an also provide a holistic view of the entire data. We will dive into the detailed explanation of the code that I have implemented
React Portals by Raghav Bang
Summary:
Let's explore the concept of React Portals, technical implementation of React Portals and exploring their practical applications. React Portals flexibility allows developers to overcome limitations in UI design and address complex rendering scenarios more effectively.
With help of it developers can ensure that UI elements are rendered in a predictable and controlled manner, regardless of their position in the component tree.
Monitoring Errors and Performance using Sentry in React by Onkar Deshpande
Errors happen , and need to be treated with respect. In this talk we go over the lifecycle of error handling, reporting , and how to set all these things up to make sure you have a healthy Developer experience. We will go over a live demo for an SDK , a react app, and set that up live on AWS for audience to interact with the app and break it.
COVID-19 safety measures

ReactJS in March!