DEV Community

Discussion on: All side optimized Next.js translations

Collapse
 
eliozashvili profile image
Giorgi Eliozashvili • Edited

Hey there! Thanks for your post. But I have a few questions:

  1. Where did you get project id from?

  2. Am I able to use next export while Client Side Rendering? (In my project I don't use getServerSideProps/getStaticProps, I use useEffect() hook for fetching data)

Collapse
 
adrai profile image
Adriano Raiano
  1. From the settings page of your locize project.
  2. yes, should work
Collapse
 
eliozashvili profile image
Giorgi Eliozashvili

Thanks