Hopp til hovedinnhold

Innhold om React

Totalt 143 innlegg

Side 7 av 10

Can you feel the Suspense?!

React
Artikkel (8 min)
Fra Julie Hill Roa
05.12.2019

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!

React
Artikkel (6 min)
Fra Julie Hill Roa
04.12.2019

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

React
Artikkel (5 min)
Fra Bendik Bjørndal Iversen
03.12.2019

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!

React
Artikkel (7 min)
Fra Caroline Odden
02.12.2019

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"

React
Artikkel (3 min)
Fra Markus Rauhut
01.12.2019

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

React
Artikkel (6 min)
Fra Ken Wheeler
24.12.2018

Hooks change everything, let's explore some fun patterns!

Do you even JSX bro?

React
Artikkel (4 min)
Fra Kristofer Giltvedt Selbekk
23.12.2018

Most React apps use JSX - but how can you set up a JSX environment yourself?

How to create components

React
Artikkel (5 min)
Fra Kristofer Giltvedt Selbekk
22.12.2018

React is Just Components ™️ - but there are tons of ways to make them. Let's dive in!

useNativeDriving with React Native

React
Artikkel (3 min)
Fra Hannes Waller
21.12.2018

Animations are awesome. Make sure they are as smooth as they can.

How to CSS in React

React
Artikkel (4 min)
Fra Eirik Luka
20.12.2018

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

React
Artikkel (5 min)
Fra Eirik Wiig
19.12.2018

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

React
Artikkel (7 min)
Fra Mira Thoen Feiring
18.12.2018

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

React
Artikkel (4 min)
Fra Markus Rauhut
17.12.2018

A festive introduction to Hooks, and what you can do with them!

Introducing Typescript to your React / Webpack apps

React
Artikkel (3 min)
Fra Tor Egil Fusdahl
16.12.2018

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

React
Artikkel (3 min)
Fra Emil Døhlen Hansen, Svein Petter Gjøby
15.12.2018

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.