Quiz: Exploring Different Rendering Strategies
Test yourself on what you've learned in this chapter.
We'll cover the following...
1
How can you enable server-side rendering in Next.js?
A)
By using the render method
B)
By using the getInitialProps method
C)
By using the componentDidMount method
D)
By using the useEffect hook
Question 1 of 60 attempted
...
Ask