diegohaz / arc

React starter kit based on Atomic Design
https://arc.js.org
2.91k stars 296 forks source link

Discussion: are people still using Atomic design in 2021? #399

Open scottydev opened 2 years ago

scottydev commented 2 years ago

This repo seems to be the go-to example for using atomic design principles in a React app. We're in the beginning stages of architecting a sizable React Native app. Have many of you migrated away from this design pattern or are you sticking with it?

kybarg commented 2 years ago

@scottydev I use arc in many projects. But I moved from "atomic" principles long ago towards "semantic" project organization. E.g. common, forms, pages, "layout" etc.

sauldeleon commented 2 years ago

atomic design user here too!