Cheton Wu
Cheton Wu
Chrome browser might run out of memory for file size larger than 20MB, a lazy-loading mechanism might be necessary to handle large files. See https://github.com/cheton/cnc/issues/108 by @mayhem2408 > I though...
So far Grbl, Smoothieware, and TinyG (incl. g2core) are supported by cncjs, it's time to provide an auto detection mechanism from the server side so users don't need to explicitly...
https://github.com/chakra-ui/chakra-ui/tree/main/packages/portal --- Render the `PortalManager` once at the root of your application ```jsx function App() { return ( {/* Your app goes here */} ) } ``` ### Basic usage...
https://monorepo.tools/ 
### React 18 Upgrade Guide https://reactjs.org/blog/2022/03/08/react-18-upgrade-guide.html ### React Testing Library https://github.com/testing-library/react-testing-library/issues/509#issuecomment-917989936 > To test integration with React 18 please install @testing-library/react@alpha. Starting with ^13.0.0-alpha.1 render will enable concurrent rendering by...
```css :root { --tonic-ui-theme-colors-gray-100: #151515; --tonic-ui-theme-colors-gray-90: #212121; --tonic-ui-theme-colors-gray-80: #303030; --tonic-ui-theme-colors-gray-70: #424242; --tonic-ui-theme-colors-gray-60: #5e5e5e; --tonic-ui-theme-colors-gray-50: #8a8a8a; --tonic-ui-theme-colors-gray-40: #adadad; --tonic-ui-theme-colors-gray-30: #c9c9c9; --tonic-ui-theme-colors-gray-20: #e0e0e0; --tonic-ui-theme-colors-gray-10: #f2f2f2; } ```
- [ ] Localization https://mui.com/x/react-date-pickers/date-picker/ ```jsx ``` - [ ] Range selection ```jsx ``` ```jsx import { isSameDay, isWithinInterval } from 'date-fns'; import React, { useState, useCallback } from 'react';...
### Reference * https://mui.com/material-ui/react-text-field/#useformcontrol * https://final-form.org/docs/final-form/types/FieldState
Example: 