Ecosyste.ms: OpenCollective
An open API service for software projects hosted on Open Collective.
html-react-parser
HTML to React parser.
Collective -
Host: opensource -
https://opencollective.com/html-react-parser
- Website: https://b.remarkabl.org/html-react-parser
- Code: https://github.com/remarkablemark/html-react-parser
- Update `attributeToProps` to use the React property config.
- Refactor the helper and keep thi...
Currently, the helper only makes the CSS style attribute compatible
by converting the string to ...
This helper will be used when converting CSS styles to JS objects.
Then the `style` object will ...
Check that the style attribute works as expected.
github.com/remarkablemark/html-react-parser - 8db5a6b86b7301195aedc856ca149685c8783e83 authored over 8 years ago by Mark <[email protected]>
The config will be used when converting DOM node attributes
to React props.
Map out the followi...
github.com/remarkablemark/html-react-parser - e47d05527adc1a678bcd7c05d41fc0ef71b1924d authored over 8 years ago by Mark <[email protected]>
Update `attributesToProps` helper to set the custom attributes
if found. Use React's `HTMLDOMPro...
`invertObject` is a functional helper that swaps the key with the
value for a JavaScript object....
Use `dangerouslySetInnerHTML` to prevent the text in the script
tag from being escaped by React....
Setting textarea value in children is an antipattern in React.
https://facebook.github.io/react/...
Fix the following in DOM to React parser:
> Warning: Each child in an array should have a unique...
Check that converting a single DOM node to React works as expected.
github.com/remarkablemark/html-react-parser - a18f35349ee9da04a8749fca713ede25763186ca authored over 8 years ago by Mark <[email protected]>
The DOM to React parser converts the DOM nodes object returned
by htmlparser2's parseDOM method ...
- Verify that recreated helper works exactly like htmlparser2's
`parseDOM`
- Create mock data ...
This helper converts HTML string to DOM nodes.
It is a copy of `require('htmlparser2').parseDOM`...
github.com/remarkablemark/html-react-parser - 557554ff2455543b4b42e8385e819563393356dc authored over 8 years ago by Mark <[email protected]>
Ignore the following:
- node modules
- log files
- swap files
- trivial Mac files
github.com/remarkablemark/html-react-parser - c20f821b5a4cac1a57ab0e5ead5a899203ffcb53 authored over 8 years ago by Mark <[email protected]>
github.com/remarkablemark/html-react-parser - 5c5cabc634c8476a50d22dedabd5c33bd2909a60 authored over 8 years ago by Mark <[email protected]>