Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 658 Bytes

README.md

File metadata and controls

15 lines (11 loc) · 658 Bytes

Add Events to InstantSearch

This demo application shows you how to add view, click, and conversion events to an existing application using React InstantSearch Hooks Branches:

  • main -- demo application with all events captured
  • step-zero-base -- demo application without any events captured
  • step-one-middleware -- add insights middleware to application (capture view events)
  • step-two-clicks -- capture click events in hit template
  • step-three-convert -- capture conversion events on card detail page

To run locally:

npm install npm start