Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 726 Bytes

README.md

File metadata and controls

22 lines (14 loc) · 726 Bytes

Findify + Next.js + Moltim demo store

Simple preview of how to use default Findify setup in React SPA based stores

🛠 Setup

yarn & yarn dev or npm i & npm run dev

👀 Points of interest

  • ./components/Layout.js:38

Add the link to Findify script in your Header with async/defer props

  • ./components/Findify.js

The findify component which waits for script load and renders widgets. Check the file, props are described there.

  • ./components/Header.js

Wrap input in Findify component and write Ref access function

The recommendations for product Send "view-page" event to Findify Analytics