-
There's an AngularJS equivalent to ReactComponents called AngularUI. There's also jQueryUI. Should we move to ReactUI?
-
# note: Array `[| ... |]` has to be used when passing down collection of objects as props in ReactComponents
while working with Fable/Feliz i notice that if i need to pass to props a list of obje…
-
### Describe the bug
click on github project and it fails to load project
### Link to the blitz that caused the error
https://stackblitz.com/~/github.com/SuheylZ/react-components
### Steps to repr…
-
In Col.js, line 22, allowing functions to be passed in can include other ReactComponents, as well as predefined tags:
`tagName: PropTypes.oneOfType([PropTypes.func, PropTypes.string]),`
-
### Is this a bug report?
Yes
### Did you try recovering your dependencies?
Yes
### Which terms did you search for in User Guide?
SVG, ReactComponent, dynamic import
### Environment
`…
-
### Is your feature request related to a problem? Please describe.
The current documented React solution is no longer valid. The recommended path for using icons directly with a React project require…
-
I'd like to create `ReactComponent`s which can take a `ref` prop or that are defined with `React.forwardRef` somehow. Do you have an idea how to do that?
-
Dashboards now are made up of a number of Embeddables. Each have their own render tree. For more efficient DOM manipulation, Dashboards should only have a single render tree.
This will cut down on …
-
While I was changing things around and reshaping the grammar to work as a dashboard the search widget broke.
Component file: src/utk-map/ts/src/reactComponents/SearchWidget.tsx
It is just a mat…
-
Resources:
https://hackernoon.com/building-a-react-component-library-part-1-d8a1e248fe6c
https://medium.com/@stokedbits/adventures-in-creating-a-react-component-library-with-create-react-app-and…