marker.js 3 Documentation
    Preparing search index...

    Getting started with marker.js 3

    This section contains elaborate walkthroughs for getting started with marker.js 3 with various front-end frameworks and approaches.

    • JavaScript walkthrough covers adding marker.js 3 to a simple HTML/CSS/JavaScript application that doesn't use any frameworks or bundlers.
    • TypeScript walkthrough uses Vite and a simple vanilla-ts template to scaffold the initial project and then proceeds to add marker.js 3 to the app.
    • React walkthrough covers adding marker.js 3 to a simple React app.
    • Vue.js walkthrough is a simple Vue.js + marker.js 3 project walkthrough.
    • Notes on Next.js and other SSR frameworks provides guidance on how to use marker.js in server-side rendering frameworks like Next.js, including lazy-loading and client-side rendering techniques.

    More walkthroughs will be added with time.

    In case you prefer jumping straight into the code, you can find the final source code for these walkthroughs in this repository.