About 102 results
https://mikebifulco.com/posts/eslint-no-floating-promises · 11 Dec 2021
The article discusses the ESLint rule no-floating-promises which disallows promises without await. The rule is designed to prevent developers from accidentally forgetting to await promises, which can lead to unexpected behavior.
https://blog.nove-b.dev/posts/create-react-project · 11 Dec 2021
react をインストールする 参考:Create React App 上記のコマンドで react が自動でインストールされる。 ※そんなことしないと思うが、「my-app-name」を「react」にすると怒られ、インストールで...
https://mikebifulco.com/posts/run-dependabot-locally · 10 Dec 2021
Since its release, teams around the world have been using dependabot to automate the process of keeping your project's dependencies up to date. In this article, I'll show you how you can run dependabot on the command line using dependabot-core.
https://mikebifulco.com/posts/twitch-streaming-software-development-lessons · 18 Nov 2021
For years I did a weekly coding livestream of my React and Python work on Twitch every week, and I'm getting back into it again. This is what sticks out to me as the most valuable learnings from those experiences.
https://mikebifulco.com/posts/nullish-coalescing-javascript · 15 Nov 2021
Let's take a look at the Nullish Coalescing operator (??) in JavaScript, which returns the right operand if the left is null or undefined.
https://mikebifulco.com/posts/javascript-filter-boolean · 12 Nov 2021
If you come across array.filter(Boolean) in JavaScript code, never fear! It's a handy bit of functional programming that cleans up arrays with null and undefined values in them.
https://codeklets.nl/episodes/386 · 23 Jul 2021
Met Lydia hebben we het over React development, en wat er gaande is in frontend land. En ze neemt daar duidelijke standpunten in.
https://ayc0.github.io/posts/light-dark-mode-react-implementation · 24 Jun 2021
After building a few different ways of creating light/dark modes for your websites, either in plain CSS, or with a bit of vanilla CSS, we need to tackle the topic of React websites. While most of the core will be the same as previously seen, React requires...
https://ayc0.github.io/posts/responsive-design-in-react · 9 May 2021
This short article focuses on when to use raw CSS vs React bindings when working with responsive designs
https://ayc0.github.io/posts/blocz-react-responsive-v3-0 · 12 Mar 2021
@blocz/react-responsive v3 was just released. Let’s go through all the different features and changes added by this new major version