Jim Liu 宝玉
Jim Liu 宝玉
A temporary solution is we can disable re-render for those text elements: 1. create a `NoReRender` component like this: ```jsx import { h, Component } from 'preact'; export default class...
很好的文章,特来支持一下!
:) Anyway, it's a really useful lib for me. Thank you!
fell free to create a PR for that, I'll merge it and publish a new version once you create it.
Sorry I have no plan to add it, but you can create your own base on the API
Already merged in #52
Will add the option in the future. https://stackoverflow.com/questions/14161516/html5-video-completely-hide-controls
did you try to get the `store` from `context`? ``` this.context.store ```
``` import { Parser } from 'bbcode-to-react'; const parser = new Parser(yourTags) ```
@ancsing Sorry I have not run this project for a long time, I think if you you run ``` npm install npm start ``` it should start a web server,...