DEV Community

Aditya
Aditya

Posted on

Atomic Design in Laravel using blade components

Structuring your front end code can become cumbersome as your project starts to increase. Atomic design thinking is an amazing way to structure your code and achieve flexibility, consistency and code reuse.

Laravel blade components is an amazing way to create server side rendered components. Though they are not like React or Vue components but they are bit similar in the way that you can pass the props and have the code reused. In this video, I will show how to do atomic design in a Laravel app using blade components.

https://youtu.be/XvqMPsdEiSQ

Top comments (0)