Neo Nie

Results 17 issues of Neo Nie

esm.sh updates frequently and every time it will break [my app](https://play-react.vercel.app/) and got [this error](https://reactjs.org/docs/error-decoder.html?invariant=321), because of cache, some packages will resolve to old build, which will lead to multi...

browser

Review link: https://deploy-preview-6589--docusaurus-2.netlify.app/docs/markdown-features/code-blocks/#interactive-code-editor ## Motivation [`react-runner`](https://github.com/nihgwu/react-runner) (or `react-live-runner` as a compact layer for `react-live`) is very similar to `react-live` but support more features, it uses `sucrase` instead of `buble` to...

CLA Signed
pr: breaking change
pr: polish

- [x] I have followed (at least) the [PR section of the contributing guide](https://github.com/mui/material-ui/blob/HEAD/CONTRIBUTING.md#sending-a-pull-request). Preview: https://deploy-preview-32107--material-ui.netlify.app/components/buttons/ a POC to add live editing for components docs, using [react-runner](https://github.com/nihgwu/react-runner) Code highlighting keeps...

new feature
docs
PR: out-of-date

Just tried out Ladle, that what I wanted to build years ago because SB is too slow and the bundle size is too big [Single story hoisting](https://storybook.js.org/docs/react/writing-stories/naming-components-and-hierarchy#single-story-hoisting) is the one...

enhancement
question

Here is the wishlist I'd like to have for the next major version: * [x] Don't use `Grid` for table header * [x] Replace `react-virtualized` with `react-window` #12 * [x]...

help wanted

Some features won't be implemented in `BaseTable` itself, but I will provide some examples for them. - [x] [Col/Row Span](https://autodesk.github.io/react-base-table/examples/row-span) - [x] [Infinite Loading](https://autodesk.github.io/react-base-table/examples/infinite-loading) - [x] [Draggable Rows](https://autodesk.github.io/react-base-table/examples/draggable-rows) - [x]...

react-hook-form is a great library and I use it a lot, it would be nice to play with it while reading the doc instead of be navigated to another website,...

### Motivation I managed to make the editor scrollable horizontally, see https://nihgwu.github.io/react-runner/, but it's kind of hacky, as there is no way to set the inner elements' style via props,...