DEV Community

Discussion on: The most common mistakes when using React

 
dillionmegida profile image
Dillion Megida

Could you list examples?

I'm getting to think I'm involved here 😕

Thread Thread
 
lexiebkm profile image
Alexander B.K.

Because my app is a specific SPA, I choose React. As a learning developer, I don't want to write in vanilla JS for some reasons. Learning Angular takes longer time.
I am developing a KPI management system using Balanced Score Card methodology; it deals with massive usage of database (I use mySQL) from which data need to be displayed in a datagrid that must have features such as inline editing and row grouping. For that purpose I use ag-Grid and Tabulator. The app is supposed to be able to display dashboard that contains data visualizations as well as standard reporting (pdf and possibly excel format as well).
So, scalability is my concern since I began to think about using JS framework.