Innhold om React
Totalt 137 innlegg
Side 8 av 10
Accessibility in React
Is your React app accessible to all of your users?
Is your React app accessible to all of your users?
Let´s fetch some data
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?
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
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.
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
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!
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
Almost every application you write contains state and you'll need some way to manage it, but how?
Almost every application you write contains state and you'll need some way to manage it, but how?
Why is this so hard?
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?
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
Is this the last reducer you'll ever write?
Is this the last reducer you'll ever write?
Documentation with Docusaurus
Documenting your project can be a pain in the ass and is often neglected. Docusaurus removes the pain of maintaining documentation.
Documenting your project can be a pain in the ass and is often neglected. Docusaurus removes the pain of maintaining documentation.
Merry Christmas!
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.
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.
Some cool React tips and tricks
After spending some time with React, I've learned a few nice tips and tricks to make your app as composable, declarative and maintainable as possible.
After spending some time with React, I've learned a few nice tips and tricks to make your app as composable, declarative and maintainable as possible.
The definite guide to lifecycle events!
If you've been using React for any period of time, you've probably seen what React calls lifecycle methods. This article will give you a firm grip on when you want to use what.
If you've been using React for any period of time, you've probably seen what React calls lifecycle methods. This article will give you a firm grip on when you want to use what.
Below the surface
React is an amazing tool for many reasons. One of them is that it just works. Ever wondered about how exactly? Let's dive in for a quick look!
React is an amazing tool for many reasons. One of them is that it just works. Ever wondered about how exactly? Let's dive in for a quick look!
Understanding Webpack and Babel
Most apps require some kind of build pipeline to bundle your application into downloadable files. This article will give you a very simple overview over how to get started!
Most apps require some kind of build pipeline to bundle your application into downloadable files. This article will give you a very simple overview over how to get started!
Boost your performance!
You can write some pretty fast and amazing apps with React without thinking twice about performance optimizations. However, there are some pretty cool tricks you can do whenever your app starts to slow down.
You can write some pretty fast and amazing apps with React without thinking twice about performance optimizations. However, there are some pretty cool tricks you can do whenever your app starts to slow down.
A bit about context
Context is one of those features of React you rarely need to use - but understanding what it is and how it works makes you a much better developer!
Context is one of those features of React you rarely need to use - but understanding what it is and how it works makes you a much better developer!