Serhii Khoma
Serhii Khoma
as in a guide here https://cloud.google.com/translate/docs/reference/rest/v2/translate
we can use https://github.com/milesfrain/halogen/blob/tailwind/css/tailwind_inputs.css (which I found [here](https://discourse.purescript.org/t/typed-css-with-tailwind/1422)) to generate classes
## What does this pull request do? here are the changes to next-6 https://github.com/purescript-halogen/purescript-halogen/compare/next-6 ## How should this be manually tested? I have this zsh function to link all my...
fixes #37 WIP
We can just call createElementNs, because namespace can be null according to spec https://dom.spec.whatwg.org/#validate-and-extract And examples https://developer.mozilla.org/en-US/docs/Web/SVG/Namespaces_Crash_Course
here is the code from next.js example  here is how nextjs rendered html  here are relevant react code parts https://github.com/facebook/react/blob/b87aabdfe1b7461e7331abb3601d9e6bb27544bc/packages/react-dom/src/shared/DOMNamespaces.js#L8-L10 https://github.com/facebook/react/blob/3e94bce765d355d74f6a60feb4addb6d196e3482/packages/react-dom/src/__tests__/ReactDOMServerIntegrationElements-test.js#L391 https://github.com/facebook/react/blob/03de849af03996b7477420c97de7741ce1214149/packages/react-dom/src/__tests__/DOMPropertyOperations-test.js#L41 I'll go sleep
just various comments while I was learning a code I think non-ideal comment is better than no comments at all
here https://github.com/purescript-halogen/purescript-halogen-vdom/blob/8b91e55019060f50779dba20959f47cf4b60678d/src/Halogen/VDom/DOM/Prop.purs#L149-L155 well, I kind of understand why, but still want to know the explanation the other question is should we update other propNames this way? for example react calls...
I have mentioned it here https://github.com/purescript-halogen/purescript-halogen/issues/610#issuecomment-614393683 just like for: 1. https://reactjs.org/docs/react-dom.html#hydrate 2. https://github.com/snabbdom/snabbdom/blob/master/src/tovnode.ts The second link is just for reference. It builds VDOM from DOM node, but our `hydrate` method...