Standard Search
About 102 results
https://jakelazaroff.com/words/no-one-ever-got-fired-for-choosing-react/ · 4 Dec 2020
If you spend a lot of time on Hacker News, it’s easy to get taken by the allure of building a project without a framework.
https://codeklets.nl/episodes/398 · 30 Nov 2020
Deze aflevering gaan we het hebben over Next.js met niemand minder dan de lead maintainer van het project: Tim Neutkens.
https://jakelazaroff.com/words/tools-and-services-i-use-to-run-my-sass/ · 16 Nov 2020
A stack teardown of SongRender.
https://ayc0.github.io/posts/react-refs-and-dom-references · 21 Aug 2020
You sometimes needs to have access to the underlying HTML elements in React. This short article is here to help you navigate this problem
https://ayc0.github.io/posts/migrating-class-components-to-hooks-rules · 18 Aug 2020
Migrating class components to hooks can be difficult. There is no official guideline to help you migrate to them. This article will list the major advices you may want to follow during those migrations
https://codeklets.nl/episodes/404 · 6 Aug 2020
In deze aflevering hebben we Michel Westrate te gast. Michel is momenteel werkzaam voor FaceBook en hij is de bedenker van MobX, een statemanagement library for React. Verder hebben het verder ook over Black Lives Matter en de impact van Corona op je werk.
https://ayc0.github.io/posts/migrating-class-components-to-hooks · 3 May 2020
This article is an applied example of how I migrated the library `react-only` from classes to hooks
https://marko.tech/journal/react-cheatsheet-2020 · 26 Feb 2020
A handy, quick reference for me (and everyone) to come back to when working with React.
https://rants.broonix.ca/nextjs-fallback-image · 31 Aug 2019
Quick post on a problem I recently had to solve. I was looking to have an image tag fallback to a different image if the image set in the src property doesn’t load. Now normally you can handle this all on the client side using the image tags onError list...
https://rants.broonix.ca/nextjs-heroku-https · 5 Aug 2019
I recently ran into the case where I wanted to ensure all traffic to my NextJS site was happening over HTTPS. Since my site is deployed using next start on heroku, I ended up implementing this using a custom server that checks all requests are https before...