remarkjs / remark-gfm

remark plugin to support GFM (autolink literals, footnotes, strikethrough, tables, tasklists)
https://remark.js.org
MIT License
713 stars 24 forks source link

Performance issues with large data. #51

Closed cuongnm63 closed 1 year ago

cuongnm63 commented 1 year ago

Initial checklist

Affected packages and versions

3.0.1

Link to runnable example

No response

Steps to reproduce

I'm using ReactMarkdown and included remarkGfm as remarkPlugins. This is the markdown content i'm using. markdown.txt

Expected behavior

It's should not causing any lagging.

Actual behavior

It's causing lagging and in mobile device it's cannot load.

Runtime

Node v16

Package manager

npm 8

OS

macOS

Build and bundle tools

Webpack

wooorm commented 1 year ago

Duplicate of #45

This has been solved: https://github.com/micromark/micromark-extension-gfm-table/releases/tag/1.0.6. Run npm update.

github-actions[bot] commented 1 year ago

Hi! This was closed. Team: If this was fixed, please add phase/solved. Otherwise, please add one of the no/* labels.

github-actions[bot] commented 1 year ago

Hi! Thanks for taking the time to contribute!

Because we treat issues as our backlog, we close duplicates to focus our work and not have to touch the same chunk of code for the same reason multiple times. This is also why we may mark something as duplicate that isn’t an exact duplicate but is closely related.

Thanks, — bb

github-actions[bot] commented 1 year ago

Hi team! It seems this post is a duplicate, but hasn’t been marked as such. Please post a comment w/ Duplicate of #123(no final .) to do so. See GH docs for more info.

Thanks, — bb

wooorm commented 1 year ago

Duplicate of #45