Bartosz Cytrowski

Results 8 comments of Bartosz Cytrowski

@gaearon I know you guys are working really hard on moving beta.reactjs.org out of "beta" but is there a chance this little improvement to the old `useEffect` docs will get...

> > this needs to be documented as a breaking change and React 18 is not backwards compatible. > > Just to start with this — React 18 is a...

About linting - right now the suggested `create-react-app` linting/formatting is through basic 'react-app' ESLint + Prettier https://github.com/facebookincubator/create-react-app/blob/master/packages/react-scripts/template/README.md#displaying-lint-output-in-the-editor

I suggest moving it even further: ```javascript class Switcher extends React.Component { state = { name: 'React in patterns' } render() { return ( click me ) } handleButtonClick =...

@AngeloGulina nice :D Going further: ```jsx const sampleComponent = () => { const basicCondition = flag && flag2 && !flag3 const obj = { 'flag4': 'Blah', 'flag5: 'Meh' } return...

Hie @martis-git :) Thank you for mentioning that project. Indeed I learned about it after building teedux - they overlap but I don't feel they solve the exact same problem....

I get your point too :) I can think of adding another section - let's say "similar libraries" or rephrasing what you wrote like this: > I made this library...

I'm really glad you started this thread though :D And thanks for all the insights :) I kinda didn't update it for a very long time since it works for...