Kyle Mathews
Kyle Mathews
Not really sure. I'd write a little php script to run to help debug things as that's faster. And FYI, I wrote this code for a contract job last year....
Got something working: https://github.com/hapijs/hapi/issues/1746#issuecomment-54871714
In order to render my React pages on the server.
It isn't used for rendering on the server but as I'm using commonjs modules, it still has to be required server-side so that Webpack can bundle it together for sending...
Webpack doesn't support conditional requires like browserify does afaik. Agree that a general workaround would be nice.
The question that needs answered here is it there's a way to get the temporary post ids after the post is actually created. If there is, then the source plugin...
Ok, I fixed creating nodes so now the right number of nodes are being created and w/o memory problems. On my machine it's taking ~184s to create the nodes now....
Failing tests means the key for debouncing needs to be both the node id & type of the child.
We need to guarantee that the parent node is written when sourcing is finished. Still pondering best way to do that. Any ideas appreciated!
Great! Thanks for continuing to test! Always best to get more real-world validation.