Posts about the topic spa

What profiling my Universal React-Redux app revealed

Have you ever had performance issues in your React-Redux app? In this story you will learn how to look for them using the Chrome Developers Tools.

Handling newlines with React

Handling newlines in React and JSX is tricky because they are usually not rendered as you expect. In this post I will outline some techniques to solve your issues and make them work again.

in

End-to-end testing on a React-Redux app

How can you perform end-to-end testing on a React-Redux app? In this post I will show a full end-to-end approach that gives you the confidence of hitting your api layer without sacrifying reliability.

React and JSS: tips from a one-year journey

CSS in JS is a thing, and it actually works well. This post collects tips from an year long journey using React and JSS.