Open Bug 1894974 Opened 15 days ago

Gleanjs docs platform specific implementations

Categories

(Data Platform and Tools :: Glean Platform, enhancement, P3)

enhancement

Tracking

(Not tracked)

People

(Reporter: brosa, Unassigned)

References

(Blocks 1 open bug)

Details

Currently, a page that talks about all the platforms currently supported by Glean but doesn't include any information about what those implementations look like for each platform.

We should create pages or sections with specific information for the different types of projects with callouts, gotchas, etc

Some examples

  • SSR projects: we use localStorage APIs that aren't available on the server, so things need to be done in a specific way (for now)
  • SPAs: page loads aren't going to work out of the box like they do on standard web sites or SSR projects.. they require hooking the page load API into the project router itself
  • etc...
You need to log in before you can comment on or make changes to this bug.