Articles for React/React Native
Load Previous PostsYou're looking for an easier way to write your reducer, aren't you ?When writing plain redux, you have to define an action, an actionCreator and a reducer to update the store of your app. The reducer is in most cases…
Continue reading →You’ve just released a new native SDK. Could you bring more business to your company by releasing on a cross-platform development framework? Maybe you’re a developer, longing for a native module of an open-source platform API (or even the third-party SDK…
Continue reading →How to convert an imperative library to a declarative React component: the Sketchfab Viewer
Alex de Boutray6 min read
I love using React for multiple reasons. I like the writing style, I like the tooling, I like the ecosystem. But sometimes you run into a library that doesn't have a React adapter. It can either be pretty old, kind of…
Continue reading →For a long time people (including myself) have used the same skin care routine everyday. Only occasionally do we switch up our products for a different brand. The creams are opened and resealed multiple times a week, resulting in the…
Continue reading →SEO has become an integral part of a developer’s daily missions. Creating a robust, performant and well-designed web app is great, but useless if you don’t manage to get traffic on it. That’s where SEO gets in the game. In…
Continue reading →We all know writing tests is important. Unit testing is now a standard in software development, sometimes we even write them before the code. Snapshot testing is becoming more and more common to check that the UI doesn't change unexpectedly.
Continue reading →The thorough comparison you need between the best React graphing libraries to give you an exact insight into which library best benefits your project, and how you can choose other libraries based on the same criteria.
Continue reading →How I ruined my application performances by using React context instead of Redux
Georges Biaux7 min read
TL;DRI used React contexts instead of Redux for centralized states Without a selector system, my components where getting lots of data as props, some of them were often changing and not necessary to build the view Any changes in these contexts objects…
Continue reading →A couple months ago, React hooks were officially released, the hype was high and we decided to put them to the test on a project. Hereis what I learnt and why I strongly advise you to give them a try…
Continue reading →React-admin is a frontend framework for building back-offices running in the browser on top of REST/GraphQL APIs, using ES6, React and Material Design.React Admin (previously named Admin-on-rest) is an Open Source project maintained by marmelab. If you do not know what…
Continue reading →