Nckweb

Nicolas Cisco

Personal thoughs by Nicolas Cisco. Mainly programming related stuff.

A pain in the react: Challenges behind SSR

May 16, 2019 19 min read

In this post I'll try to show what, in my opinion, are the current pain points on the common ways to do server side rendering in React, comparing existing solutions in a didactic way. We will talk about how frameworks such as RazzleJs, NextJs, Apollo GraphQL work and the problems of implementing them for ssr.

You don't want to keep all of your eggs in one basket: razzle plugin (II)

March 31, 2019 17 min read

Reducing boilerplate of specific device bundles implementing a custom Razzle plugin

Android BYOD: Staying connected without losing phone control

March 29, 2019 5 min read

How to get the calendar synced with a serverless approach.

Gatsby: canonical urls & react helmet

March 02, 2019 9 min read

In the post i'll show how i get to developing gatsby-plugin-react-helment-canonical-urls

Jest: Passing custom arguments

February 04, 2019 4 min read

In the post i'll show how to pass custom command line arguments to test suits run by Jest framework.

You don’t want to keep all of your eggs in one basket: building bundles per device

January 21, 2019 4 min read

Nowadays it is normal to run into websites that have optimized versions for, among others, mobile and desktop experiences. Here i'll explore some ways to achieve that.