An open API service indexing awesome lists of open source software.

https://github.com/nearhuscarl/nearhuscarl


https://github.com/nearhuscarl/nearhuscarl

Last synced: 8 months ago
JSON representation

Awesome Lists containing this project

README

          

Originally, this was from my Stackoverflow [profile](https://stackoverflow.com/users/9449426/nearhuscarl?tab=profile).
But since it doesn't allow me to have a description longer than 3000 characters, I put all the content here now.

### Highlighted answers

Sometimes I wrote an answer that I really like, but due to the nature of Stackoverflow, a good answer is rarely visible
unless it answers a popular question in a trending technology. That's why I compile a list of my highlighted answers
here even though it may not be very popular on the main site.

- [[Link]](https://stackoverflow.com/a/69632381/9449426) - MUI v5 @mui/material/styles vs @emotion/react
- [[Link]](https://stackoverflow.com/a/69776626/9449426) - Antd - How to expand all tree items by default in Table with async data? `react`, `defaultValue`, `uncontrolled`
- [[Link]](https://stackoverflow.com/a/69585506/9449426) - Open Dialog instead of Popper in desktop MUI 5 DatePicker `mui`, `datepicker`
- [[Link]](https://stackoverflow.com/a/69697818/9449426) - MUI - Slow makeStyles if using props in methods
- [[Link]](https://stackoverflow.com/a/69073442/9449426) - Flutter: Best way to get all values in a form `flutter`, `form`
- [[Link]](https://stackoverflow.com/a/69277573/9449426) - How to use conditional styles with MUI v5 using emotion styled
- [[Link]](https://stackoverflow.com/a/69527990/9449426) - MUI v5: is there a performance difference between styling with system properties and sx prop?
- [[Link]](https://stackoverflow.com/a/64073988/9449426) - ag-Grid React forgets gridApi after it has been set `react`, `stale closure`
- [[Link]](https://stackoverflow.com/a/69416366/9449426) - In MUI when do we use Input vs. TextField for building a form? `mui`

### List of questions to reference when marking as duplicated

#### `AppBar`

- [[Link]](https://stackoverflow.com/a/69561562/9449426) - Max width on large screen
- [[Link]](https://stackoverflow.com/a/69587311/9449426) - Center search bar

#### `Box`

- [[Link]](https://stackoverflow.com/a/69455458/9449426) - `Box` or custom components in `createTheme`

#### `DataGrid`

- [[Link]](https://stackoverflow.com/a/69546549/9449426) - Cell with array of options

#### `DatePicker`

- [[Link]](https://stackoverflow.com/a/69569262/9449426) - Change icon
- [[Link]](https://stackoverflow.com/a/69585506/9449426) - Editable `TextField` with `Popover` picker

#### `Icon`

- [[Link]](https://stackoverflow.com/a/69644912/9449426) - MUI icons need emotion
- [[Link]](https://stackoverflow.com/a/69410748/9449426) - MUI icons need `@mui/material`
- [[Link]](https://stackoverflow.com/a/69708534/9449426) - Icon v5 in v4 project

#### `Menu`

- [[Link]](https://stackoverflow.com/a/69598794/9449426) - `TextField` select -> `Menu` styles

#### `Select`

- [[Link]](https://stackoverflow.com/a/67068903/9449426) - `Select` label position

#### `Theme`

- [[Link]](https://stackoverflow.com/q/66230799/9449426) - Custom variant
- [[Link]](https://stackoverflow.com/q/69455056/9449426) - `styleOverrides` for `Box`/custom components

#### `styled()`

- [[Link]](https://stackoverflow.com/a/69277573/9449426) - Conditionally set property
- [[Link]](https://stackoverflow.com/a/69657385/9449426) - `&&` to bump CSS specificity
- [[Link]](https://stackoverflow.com/a/69308678/9449426) - Pass custom props to `styled()`
- [[Link]](https://stackoverflow.com/a/69677803/9449426)

#### `sx` prop

- [[Link]](https://stackoverflow.com/q/69500357/9449426) - Conditionally set property

#### MUI v5 import path

- [[Link]](https://stackoverflow.com/q/69419447/9449426) - `ThemeProvider` in `@mui/styles` vs `@mui/material/styles`
- [[Link]](https://stackoverflow.com/q/69399031/9449426) - `styled` in `@mui/system` vs `@mui/material/styles`
- [[Link]](https://stackoverflow.com/q/69582795/9449426) - `makeStyles` from `@mui/material`
- [[Link]](https://stackoverflow.com/a/69678388/9449426) - `makeStyles` v5 with default theme
- [[Link]](https://stackoverflow.com/q/69506133/9449426) - `@mui/material/styles` vs `@mui/styles`
- [[Link]](https://stackoverflow.com/q/69243066/9449426) - `sx` prop not working in MUI v4 components
- [[LInk]](https://stackoverflow.com/a/69401160/9449426)
- [[Link]](https://stackoverflow.com/q/69547756/9449426) - `makeStyles` v4 import path
- [[Link]](https://stackoverflow.com/q/69351430/9449426) - MUI components v4 import path
- [[Link]](https://stackoverflow.com/a/69355676/9449426) - Missing emotion packages

#### `makeStyles`

- [[Link]](https://stackoverflow.com/a/69723309/9449426) - `useStyles` above `ThemeProvider`

#### Material-UI v4 import path

- [[Link]](https://stackoverflow.com/q/67121146/9449426) - `makeStyles` in `@material-ui/styles` vs `@material-ui/core/styles`

profile for NearHuscarl at Stack Overflow, Q&A for professional and enthusiast programmers