React.createFactory() is deprecated
styfle opened this issue · 3 comments
styfle commented
Need to figure out a different solution
GinMitch commented
Hi @styfle
Consider this solution:
const stream = renderToNodeStream(createElement(App, fetchProps()));
styfle commented
Yep, or change ts to tsx and solve it like this styfle/packagephobia#534
GinMitch commented
Oh my, I've already changed this boilerplate a lot. Used it as a learn-it-yourself tutorial and it works fast as hell.