DEV Community

Discussion on: Using Dynamic Components And a Pattern I Devised Myself to Create a No Code Web Interface Builder

Collapse
 
wahidn profile image
WahidN

You should look into web components. The company I work at uses Umbraco too and we are developing web components for easier and faster development. E.g for the grid you could creat a grid component that uses css grid, which is way more flexible than umbraco grid (which is actually deprecated in umbraco 8)

Collapse
 
ackmandesu profile image
AckmanDESU

Could you expand on this? I believe we are using the grid differently.