Top "Components" questions

A component in the Unified Modeling Language "represents a modular part of a system, that encapsulates its content and whose manifestation is replaceable within its environment.

Simplest way to create busy animation in WPF

I mentioned that there is no standard busy control in WPF. So what's the easiest way to display animated busy …

c# wpf components busyindicator
What is the difference between component and directive?

I have just started working with Angular 2. I was wondering what are the differences between components and directives in Angular 2?

angular components angular-directive angular2-directives
Angular 2 - How to trigger a method on a child from the parent

It's possible to send data from the parent to a child through @Input, or to call a method on the …

angular typescript input components output
Import multiple Angular components via module

My Angular project is growing so I want to keep my project clean. I have one Angular component which depends …

angular module components separation-of-concerns
Deactivate input in react with a button click

I have this basic component and I want the textfield to be deactivated or activated whenever I click on a …

button input reactjs onclick components
Pass data from parent to child component in vue.js

I am trying to pass data from a parent to a child component. However, the data I am trying to …

components vue.js
React, get bound parent dom element name within component

Within my component, how can I access the name of the parent component it is nested inside? So if my …

dom reactjs components parent-child
React: Passing down props to functional components

I have a seemingly trivial question about props and functional components. Basically, I have a container component which renders a …

javascript reactjs components
How to create dynamic JSF form fields

I have found some similar questions like this one, however there are so many ways this can be done that …

jsf components facelets dynamic-forms
react this.props undefined or empty object

Building a small react app that passes the geolocation (determined by the browser to a child component as props). The …

reactjs components state