million icon indicating copy to clipboard operation
million copied to clipboard

Optimize React performance and make your React 70% faster in minutes, not months.

Results 146 million issues
Sort by recently updated
recently updated
newest added

This PR is meant to add details about the team behind Million to the website for people checking out the website to notice. Thid was inspired by the [Kama UI...

**Describe the bug** After creating a block it is not rendered. **To Reproduce** Check the link [https://codesandbox.io/s/peaceful-varahamihira-nhs8jl?file=/src/App.js](url). **Expected behavior** After the issue #412 was solved I tried to add SVG...

bug

**Please describe the changes this PR makes and why it should be merged:** 1. Fixed Typo in website/components/back-in-block/vdom.tsx 2. Fixed few prepositions and other grammatical issues in website/pages/blog/virtual-dom.mdx **Status** -...

**this PR updates the doc to only have one react link instead of three** **Status** - [ ] Code changes have been tested against prettier, or there are no code...

**Describe the bug** The link provided in the blog post for 'reconciling-react' is currently broken, leading to a 404 error **To Reproduce** Steps to reproduce the behavior: 1. Go to...

bug

**Describe the bug** on configure ```vite.config.ts```, when adressing plugins, there is error 'Uncaught ReferenceError: require is not defined', all setup instruction are followed by official docs **To Reproduce** Steps to...

bug
🤖 aspect: dx
🛠 goal: fix

**Please describe the changes this PR makes and why it should be merged:** **Status** - [ ] Code changes have been tested against prettier, or there are no code changes...

**Describe the bug** When I add million.webpack() to my webpack configuration, typescript files are not being compiled. I have followed the suggestion in the docs, and changed all of my...

bug

**Please describe the changes this PR makes and why it should be merged:** The following issues were resolved. 1. when style is set to a property that contains uppercase letters....

**Describe the bug** Naming variable `ref` when referencing DOM node with `useRef`: ```js const ref = React.useRef(null); ``` will lead to error: ```js Warning: Function components cannot be given refs....

bug
enhancement
🤖 aspect: dx
🛠 goal: fix
🟨 priority: medium