DEV Community

Discussion on: How to `useDeno` in a React Component?

Collapse
 
alfredosalzillo profile image
Alfredo Salzillo

Why call it useDeno and not useSSR? And how it works if aphel is used in no SSR mode?

Collapse
 
ije profile image
X. • Edited

useDeno means the hook will be invoked with deno namespace, useSSR is kind of fuzzy, and no you should not use the hook in SPA mode.