Robin Wieruch

Results 63 issues of Robin Wieruch

Is it possible to add TS support? - [ ] remove prop-types from code and *package.json* - [ ] add minimalistic typescript support - [ ] add type safety for...

help wanted
good first issue

https://github.com/rwieruch/blog_robinwieruch_content/blob/master/react-component-types.md - [ ] add Table of Contents to the article like it's done in a few of my other articles (see https://github.com/rwieruch/blog_robinwieruch_content/blob/master/complete-firebase-authentication-react-tutorial.md)

help wanted

See https://www.robinwieruch.de/react-hooks-fetch-data/#comment-4403467247 - [ ] only use useEffect for the initial data fetch - [ ] use fetch directly for every other fetching triggered by the submit button Better implementation:...

help wanted

Add confirm source in exercises https://www.robinwieruch.de/node-express-server-rest-api/

- [ ] https://www.robinwieruch.de/node-express-server-rest-api/ - [ ] https://www.robinwieruch.de/postgres-express-setup-tutorial/ - [ ] https://www.robinwieruch.de/mongodb-express-setup-tutorial/ Implement for all articles and repositories Edit Message operation.

https://github.com/rwieruch/blog_robinwieruch_content/blob/master/react-warning-cant-call-setstate-on-an-unmounted-component.md Add alternative solution with AbortController + Fetch. It could be another section of the article as alternative to the _isMounted approach. See https://github.com/robertoachar/react-fetch-abort-controller/blob/master/src/components/App.jsx

help wanted

https://github.com/rwieruch/blog_robinwieruch_content/blob/master/node-express-server-rest-api.md See http://disq.us/p/20gi8ca

help wanted

https://github.com/rwieruch/blog_robinwieruch_content/blob/master/mongodb-express-node-rest-api.md - [ ] explain `this` in the context of the function (see https://www.robinwieruch.de/mongodb-express-node-rest-api/#comment-4380908852)

help wanted

https://github.com/rwieruch/blog_robinwieruch_content/blob/master/react-prevent-rerender-component.md > "Great piece of content. Small addition: it is also possible to use React.memo to control rerendering of stateless functional components, which I personally prefer to installing recompose." See...

help wanted

- [ ] mongodb setup as alternative - [ ] express with REST API as alternative to GraphQL API - [ ] setup Express server