react-dom-components icon indicating copy to clipboard operation
react-dom-components copied to clipboard

Build data models for React Components using server-side DOM.

Results 4 react-dom-components issues
Sort by recently updated
recently updated
newest added

Adds `getAllDataAttributes` method to DOM model to automatically collect data props. Useful when teams are setting more than one data- attributes and want to automatically collect them. Adds an optional...

I generally follow: ``` ReactDOM.render( ) ``` to connect a Store. Now here what I'm doing is ``` new DOMRegistry([ xyzmodal ]); class SignInModalModel extends DOMModel { constructor(element) { super(element);...

The recommended way of using RDC is to specify the custom components with nodeNames. However, in the DOMRegistry it's possible to use either a nodeName OR a selector that works...

Will also allow users to use forked packages directly via package.json without needing to build the package in node_modules.