Julian Christian Anderson

Results 2 comments of Julian Christian Anderson

I use dynamic import with `ssr: false` to make it work with next.js ```javascript import dynamic from 'next/dynamic'; const ReactFreezeframe = dynamic(() => import('react-freezeframe'), { ssr: false, }); ```

hi, I'm interested in helping to maintain the repo. I'm a software engineer and stronger on the Front End. Currently learning about web3 + Solidity these days.