UNPKG

babel-plugin-react-ssr

Version:

Adds the ssrWaitsFor array and ssrFetchData HOC on required components automatically for react-ssr.

9 lines (7 loc) 269 B
let tips = [ "Paste or drop some JavaScript here and explore the syntax tree created by chosen parser.", "You can use all the cool new features from ES6 and even more. Enjoy!" ]; function printTips() { tips.forEach((tip, i) => console.log(`Tip ${i}:` + tip)); }