UPDATE! This is how it worked before version 16.3. Keep your eyes peeled for my upcoming article about the new way to do it 🙂 Hi there, it’s been… [Continue Reading]
Category: React
I have some experience in combining Episerver with ReactJS and recently I was asked to host a workshop on the subject. My first move was to do some research to… [Continue Reading]
At first redux and redux-saga may feel quite complicated and may seem like a lot of work to get one api call to work. And yes, it is quite a… [Continue Reading]
React JS has two main ways of keeping track of variable data in an application. These ways are called “state” and “props”. The state could be said to be a… [Continue Reading]
Previously, setting up a react application was a bit of a hassle since just configuring npm and webpack required quite a lot of time, effort and understanding to get all… [Continue Reading]