facebook / fbt

A JavaScript Internationalization Framework
https://facebook.github.io/fbt
MIT License
3.9k stars 178 forks source link

SSR support #42

Open andresgutgon opened 5 years ago

andresgutgon commented 5 years ago

Hi, quick question. I didn't see on docs if fbt is mean to be used on a react server side rendered (SSR). It is? :)

Thanks for all the work!

jrwats commented 5 years ago

FBT is well tested for client-side applications (see our demo-app in the repo), but it should be feasible to use it in server-side-rendered applications as well.

andresgutgon commented 5 years ago

Do you Know any docs or demo apps I can see? Thanks!

jrwats commented 5 years ago

@andresgutgon Are you looking for server-side demo/docs specifically?

andresgutgon commented 5 years ago

Yes, that would be great :)