Innhold om React
Totalt 143 innlegg
Side 7 av 10
Can you feel the Suspense?!
Suspense is and will become a game changer when it comes to data fetching. It changes the way we structure our code, think about loading states and gives a better experience for both the developers and the users' interface.
Suspense is and will become a game changer when it comes to data fetching. It changes the way we structure our code, think about loading states and gives a better experience for both the developers and the users' interface.
Oh, the Suspense!
The American dictionary states that suspense means a feeling of excitement while waiting for something uncertain to happen. So, let’s get excited and learn about React.Suspense and how this helps us wait for something uncertain!
The American dictionary states that suspense means a feeling of excitement while waiting for something uncertain to happen. So, let’s get excited and learn about React.Suspense and how this helps us wait for something uncertain!
Get started with animations in React
Have you never been able to make that menu appear in the awesome way you've always wanted? Perhaps you've got lots of experience making things move with CSS animations, but you want to learn how (or if) a modern animations library could make your life easier? Or perhaps you just want to have fun and see how easy it is to animate elements in React using Framer Motion? Then read on! This article won't give you all the answers, but hopefully it will help you getting started.
Have you never been able to make that menu appear in the awesome way you've always wanted? Perhaps you've got lots of experience making things move with CSS animations, but you want to learn how (or if) a modern animations library could make your life easier? Or perhaps you just want to have fun and see how easy it is to animate elements in React using Framer Motion? Then read on! This article won't give you all the answers, but hopefully it will help you getting started.
Stop... Render Time!
The promise of Concurrent Mode was made at a conference in 2018. The React team claim that this famous new feature would help with the issues with rendering, allowing to pause the render when the need to do more important tasks should occur. Let's take a closer look!
The promise of Concurrent Mode was made at a conference in 2018. The React team claim that this famous new feature would help with the issues with rendering, allowing to pause the render when the need to do more important tasks should occur. Let's take a closer look!
How to avoid React's "Naughty List"
Every year, Santa Claus and his helping elves create a special list for every child in the world: the Naughty or Nice list. React has something quite similar – Strict Mode.
Every year, Santa Claus and his helping elves create a special list for every child in the world: the Naughty or Nice list. React has something quite similar – Strict Mode.
Hooked on React
Hooks change everything, let's explore some fun patterns!
Hooks change everything, let's explore some fun patterns!
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.