Hopp til hovedinnhold

Innhold om React

Totalt 143 innlegg

Side 8 av 10

Error Handling in React

React
Artikkel (4 min)
Fra Kristofer Giltvedt Selbekk
14.12.2018

Let's deal with those pesky errors once and for all

Supercharge your logging and debugging

React
Artikkel (3 min)
Fra Hannes Waller
13.12.2018

How to use Reactrotron to really improve your React and React Native development

Creating a progressive image loader

React
Artikkel (3 min)
Fra Kristofer Giltvedt Selbekk
12.12.2018

I needed one for this site - follow along if you want one too!

5 tips for reusable components

React
Artikkel (7 min)
Fra Kristofer Giltvedt Selbekk
11.12.2018

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

React
Artikkel (5 min)
Fra Kristofer Giltvedt Selbekk
10.12.2018

Do you need to create a complex, yet reusable piece of UI? What's the best approach?

Introduction to memoization

React
Artikkel (4 min)
Fra Jan Gylta
09.12.2018

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.

Accessibility in React

React
Artikkel (4 min)
Fra Eirik Luka
08.12.2018

Is your React app accessible to all of your users?

Let´s fetch some data

React
Artikkel (4 min)
Fra Thorstein Thorrud
07.12.2018

You have begun building your React application. Maybe you even have set it up with Redux. Now you need some content - but how do you fetch it?

Introducing Typescript to your Redux code

React
Artikkel (2 min)
Fra Markus Karlsen
06.12.2018

By introducing Typescript to your Redux code and implementing it properly, Typescript can help you write better and less error prone code. In this article we will take a look at a simple Redux example and explore the benefits of introducing Typescript.

Testing of React component with a real Redux store

React
Artikkel (2 min)
Fra Aleksander Sjåfjell, Kjetil Børs Lind
05.12.2018

Do you avoid testing of components that depend on Redux because you fear the complexity? Are you loosing sleep worrying about configuring huge mock stores for testing the simplest of components? Fear no moarrr!

Handling component state

React
Artikkel (3 min)
Fra Marianne Grov
04.12.2018

Almost every application you write contains state and you'll need some way to manage it, but how?

Why is this so hard?

React
Artikkel (3 min)
Fra Svein Petter Gjøby
03.12.2018

I've lost count of the number of times I forgot to bind this. Why do we need to bind this and how should we do it?

Handling metadata in Redux

React
Artikkel (3 min)
Fra Kristofer Giltvedt Selbekk
02.12.2018

Is this the last reducer you'll ever write?

Documentation with Docusaurus

React
Artikkel (4 min)
Fra Svein Petter Gjøby
01.12.2018

Documenting your project can be a pain in the ass and is often neglected. Docusaurus removes the pain of maintaining documentation.

Merry Christmas!

React
Artikkel (3 min)
Fra Kristofer Giltvedt Selbekk
24.12.2017

Christmas Eve is finally here, and many of you will hopefully sit down and share a meal with friends and family. This final post is dedicated to those who share - albeit in a different way.