As we worked on React 16 , we revamped the folder structure and much of the build tooling in the React repository. Among other things, we introduced projects such as Rollup , Prettier , and Google Closure Compiler into our workflow. People often ask ... (more…)
Read more »
As frontend developers, our focus is on the users experience in our application. How fast and efficient the application is and how smooth the functionality can be. We all might say security on our minds, but we often rely on somebody else to handle this. ... (more…)
Read more »
Most guides to testing React these days preach: 'Test functionality, not implementation details'. This article explains what that means, and how to do it. (more…)
Read more »
As an Atom user at some point you probably tried to extend the editor and started reading the Atom flight manual. After-all you chose the… (more…)
Read more »
This post describes how to securely implement OAuth in a React application using the Authorization Code Grant (with FusionAuth as the IdP). (more…)
Read more »