Logan Powell
Logan Powell
Not sure if this is a bug, but - currently - I have to add 3x `\n` (newline) for two adjacent paragraphs to be split into separate `["p"...]` components. E.g.,...
Thank you! It must be something on my end...
I think it breaks when you add an exclamation point to the end of a paragraph. Try: ```js [...tx.iterator(m.parse(), `hello!\n\nthere\n\n`)] ``` example: https://codesandbox.io/s/confident-pike-ezhf4
No worries _at all_. I'm actually amazed with what you've done using a transducer. Finite state machine as an xform, was that your idea?
> Parsing is just one example of this, but my initial impetus for this was event processing (as yet another alternative to explore in addition to interceptors etc.) Indeed I...
+1 for `rstream` !
I would be happy to maintain a separate fork if I can figure it out. It might make sense as a babel plugin
I've looked deeper into the issue, considering what has been mentioned here. I suppose this is why I believe that the hiccup would need an API for creating such bridges...
It looks ugly tho...
https://reactjs.org/docs/hooks-overview.html however, when compared to the elegance of hdom, you might throw up... The idea is to be able to "hook" into the React lifecycle via "functional" components (vs Class...