Skip to content
Logo Theodo

Articles for React/React Native

Load Previous Posts

Reduce redux boilerplate with redux-toolkit

Daniel Tchangang5 min read

Reduce redux boilerplate with redux-toolkit

You'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 →

Demystifying Building Native Modules for React Native

Kamile Matulenaite6 min read

React Native Bridge

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

Man designing a 3d model

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 →

How DUOLAB uses artificial intelligence to improve your skin

Sarah Hamilton4 min read

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 →

Your React App Deserves a Proper Seo

Rémi Mondenx8 min read

React and SEO in love

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 →

Make writing End to End tests child's play with Puppeteer and Jest

Alex White7 min read

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 →

How I chose the #1 graph library for my React project

Tomas Piga10 min read

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 →

React: Fantastic Hooks and How to Use Them

Brendan Daoud8 min read

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 →

Give a Second API to Your React-admin App

Romain Batby6 min read

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 →
Load Next Posts