Best ways to render a React component conditionally with Next (based on build time conditions)
Hey guys, does someone can help find the best way to render a component based on a build time condition (like process.env.NODE_ENV), and will this impact the runtime ?
A try :
0 Replies