export default () => (

Hello World! Here's a secret shared with the client using webpack DefinePlugin: {process.env.SECRET}, the secret is shared at compile time, which means every reference to the secret is replaced with its value

)