getStaticProps can only be exported from a Non-page file? Answer whether the given statement is True or False

27. getStaticProps can only be exported from a Non-page file?
Answer whether the given statement is True or False

  1. True
  2. False

Answer: B) False

Explanation:

getStaticProps can only be exported from a page. You cannot export it from non-page files.

Comments and Discussions!

Load comments ↻






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