Web / React native Interview questions
What is Component-Driven Development?
Component-Driven Development (CDD) is a development methodology that anchors the build process around components. It is a process that builds UIs from the "bottom-up" by starting at the level of components and ending at the level of pages or screens.
In this methodology, we split the complete UI design into several small reusable components and develop them independently, and the complete UI is built by composing these small components.
More Related questions...