Hi everyone,
I’m trying to better understand how WeWeb builds/renders elements from the editor, specifically in terms of performance and best practices.
Context
- When creating elements in WeWeb, I want to ensure that my project is optimized for performance.
- I’m unsure whether it’s better to rely on CSS class configurations or use configurable components for styling and functionality.
Questions
- Are there any performance differences between using CSS classes versus configurable components?
- Is there a best practice in WeWeb for ensuring faster rendering and maintaining a clean project structure?
- Does the WeWeb rendering engine prioritize one method over the other, or does it depend on the use case?