Which of the following method is used to get data and deliver it as page props so that the page may render based on the props given?

13. Which of the following method is used to get data and deliver it as page props so that the page may render based on the props given?

  1. Getprops
  2. Getstatic
  3. Getdynamicprops
  4. getStaticProps

Answer: D) getStaticProps

Explanation:

getStaticProps method is used to get data and deliver it as page props so that the page may render based on the props given.

Comments and Discussions!

Load comments ↻






Copyright © 2024 www.includehelp.com. All rights reserved.