Innhold om React
Totalt 137 innlegg
Side 7 av 10
Do you even JSX bro?
Most React apps use JSX - but how can you set up a JSX environment yourself?
Most React apps use JSX - but how can you set up a JSX environment yourself?
How to create components
React is Just Components ™️ - but there are tons of ways to make them. Let's dive in!
React is Just Components ™️ - but there are tons of ways to make them. Let's dive in!
useNativeDriving with React Native
Animations are awesome. Make sure they are as smooth as they can.
Animations are awesome. Make sure they are as smooth as they can.
How to CSS in React
A hot topic these days, and I don't think we'll ever agree, but here are some ways to do CSS in your React app
A hot topic these days, and I don't think we'll ever agree, but here are some ways to do CSS in your React app
Server-side rendering
Server-side rendering of your frontend application can be indispensable for some cases, but... is it worth the effort?
Server-side rendering of your frontend application can be indispensable for some cases, but... is it worth the effort?
How to use SVGs in React
SVGs are here to stay, and React seems to be sticking around for a while as well. So how do you go about combining them?
SVGs are here to stay, and React seems to be sticking around for a while as well. So how do you go about combining them?
Ho Ho Hooks
A festive introduction to Hooks, and what you can do with them!
A festive introduction to Hooks, and what you can do with them!
Introducing Typescript to your React / Webpack apps
Let’s take a quick look at what it takes to introduce typescript to your react-webpack applications and how you can get started.
Let’s take a quick look at what it takes to introduce typescript to your react-webpack applications and how you can get started.
Three different ways to use Context
Prop drilling can be a good thing, and it can be a bad thing. Thankfully, there are better ways to do it with the Context API.
Prop drilling can be a good thing, and it can be a bad thing. Thankfully, there are better ways to do it with the Context API.
Error Handling in React
Let's deal with those pesky errors once and for all
Let's deal with those pesky errors once and for all
Supercharge your logging and debugging
How to use Reactrotron to really improve your React and React Native development
How to use Reactrotron to really improve your React and React Native development
Creating a progressive image loader
I needed one for this site - follow along if you want one too!
I needed one for this site - follow along if you want one too!
5 tips for reusable components
I've spent the last year helping build a design system. These are some of the things I learned along the way
I've spent the last year helping build a design system. These are some of the things I learned along the way
Creating composite components
Do you need to create a complex, yet reusable piece of UI? What's the best approach?
Do you need to create a complex, yet reusable piece of UI? What's the best approach?
Introduction to memoization
Today we’re going to talk a little bit about memoization. And no, that’s not a spelling error. And even better, is sounds a lot more complicated than it really is.
Today we’re going to talk a little bit about memoization. And no, that’s not a spelling error. And even better, is sounds a lot more complicated than it really is.