NEARBuilders / near-bos-webcomponent

Embed NEAR BOS content as a web component
The Unlicense
13 stars 6 forks source link

[Task]: Reduce bundle size via react-syntax-highlighter #47

Open elliotBraem opened 3 months ago

elliotBraem commented 3 months ago

Overview

highlight.js/lib and refactor both come from react-syntax-highlighter (used in near-social-vm), and amount to 400+ KB.

This was attempted to be solved with NearBuilders/VM#feat/syntax-highlighter, but will require more attention.

Details

react-syntax-highlighter is used for representing Markdown code blocks, and so it only needs to use the most popular languages.

Acceptance Criteria