Tag: cookies

April 5, 2022 / CodeMoments

next-cookies is not just an npm package. It’s a life saviour. This package solved a big problem that NextJS developer faced. Browser storage in all SSR, SSG functions. The most common use case for accessing cookies in getServerSideProps is when you want to fetch data from an API that requires…

March 31, 2021 / Canvass

FLoC stands for Federated Learning of Cohorts. FLoC is a new piece of Web Technology introduced by Google that will replace third-party cookies. Targeted advertisement has been badly affected by the wave of privacy over the internet. Almost all browsers block third-party cookies by default. Cookies are used to track…