Arnaud DostesFeature Flags in React Server Components with NextJS 13 and Split.ioReact Server Components are finally available in NextJS 13 when opting in the appDir experimental feature.Apr 28, 20231Apr 28, 20231
Arnaud DostesHuman or AI, which is the best coder?Over the last couple of months, the office has been abuzz with conversations of AI-generated code. Our slack was flooded with messages from…Mar 21, 2023Mar 21, 2023
Arnaud DostesSharing React Query across micro frontends with single-spa and webpack module federationIn this article, I will show how to setup multiple micro frontends using single-spa and module federation. Each micro frontend will be…May 20, 2022May 20, 2022
Arnaud DostesAuthoring a JavaScript library that works everywhere using RollupIn this article, we aim to create and publish a library that can be used, without any changes in the code, in both client side and server…Oct 5, 20203Oct 5, 20203
Arnaud DostesYou don’t need React to use JSXIn this article, we explain the new JSX Transform, and how to use JSX without React.Sep 24, 20201Sep 24, 20201
Arnaud DostesBeware of “Algorithm Interview” articlesI received an email digest from a popular blogging platform which included after the first few serious and news worthy links some more…Aug 14, 20201Aug 14, 20201
Arnaud DostesUsing environment variables in a React applicationIn this article we’ll see how to use environment variables in a React application. Specifically, we’ll look at two kinds of environments…Feb 15, 20203Feb 15, 20203
Arnaud DostesAdding GraphQL to a RESTful APIIn this article, we will build a simple REST api with Express. We will see its limitations and how we can improve it with GraphQL. At the…Feb 8, 2020Feb 8, 2020
Arnaud DostesAdding a Redis cache to an Express appRedis is, according to its own website, “an open source (BSD licensed), in-memory data structure store, used as a database, cache and…Jan 27, 20202Jan 27, 20202
Arnaud DostesTernaries make code difficult to read and maintain.Let’s write a function that returns whether an integer is positive or negative. This can be simply and quickly written as is:Jan 22, 2020Jan 22, 2020