Studiofru
Studiofru
WorksBlogDownload

Articles

How to Implement Smartlook to a Next.js Project

Blog
Studiofru

Smartlook is an analytics platform tool for web and mobile applications. The platform supports a detailed analysis of applications by allowing developers to view recorded user sessions through the eyes of visitors.

Several integration systems are offered by Smartlook, namely through the Mobile SDK and Website SDK through Drupal, Joomla, Wix, Google Tag Manager, WordPress, and Shopify as well as integration of other plugins. It doesn't stop there, Smartlook can also be installed on Next. js-based projects.

The first thing that is important to do is to register and include the website URL on the Smartlook dashboard. Then download the Smartlook Client via https://www.npmjs.com/package/smartlook-client or via npm

npm i smartlook-client

Then include the following code on the /_app.js page

import React, { useEffect, useState } from 'react'
import Smartlook from 'smartlook-client'

function MyApp({ Component, pageProps }) {
useEffect(() => {
  Smartlook.init('0fd3b003ee5e7fc2d0ffae19b6ff35f190f21117')
}, [])

return <Component {...pageProps} />}

}

export default MyApp


What's On

Responsive Navbar with Chakra UI and Next.js

Blog

While Chakra UI doesn't really provide the code for the responsive navbar component we can use a trick to solve this issue. Here is the code that I have written that is using Next.js and Chakra UI.

Studiofru

Website: Sistem Informasi Desa (SID) - Desa Kedungrejo

Work

Pada bulan Maret hingga Agustus 2022 lalu saya mendapat tugas proyek pemetaan dari Yayasan Wangsakerta yang bekerja sama dengan ISBS Surabaya dan Pemerintah Desa Kedungrejo Kecamatan Muncar Kabupaten Banyuwangi untuk bekerja sebagai Data Analyst.

Studiofru
Further information

studiofru.work@gmail.com

Argasunya, Harjamukti, Kota Cirebon, Jawa Barat 45145 - Indonesia

Contact form

Studiofru
Studiofru

Rural urban digital design art.

Profile

About

Contact

Activites

Works

Blog

© 2022 Studiofru. All rights reserved.