hello.js

var please = require('share');
console.log('thank you');

NEW !!!

Monday, 20 April, 2020 UTC

I tried Flutter for a week and made an app

It’s been some time that I hear about Flutter, the UI library by Google supposed to be a concurrent for React. I’m a huge fan of React, and on the paper Flutter has all the arguments: it can be used for the web or for the mobile (generating native views ... more


Wednesday, 25 September, 2019 UTC

This blog is proudly powered by Gatsby (with some super powers)

This blog has been using Gastby for a year now. Before that I used a home-made tool I was proud of, but it was very minimalistic. Switching to Gastby was a very interesting thing to do, it's a fantastic tool, but let's be honest, it's quite hard to use. ... more


Wednesday, 25 September, 2019 UTC

This blog is proudly powered by Gatsby (with some super powers)

This blog has been using Gastby for a year now. Before that I used a home-made tool I was proud of, but it was very minimalistic. Switching to Gastby was a very interesting thing to do, it's a fantastic tool, but let's be honest, it's quite hard to use. ... more


Saturday, 3 August, 2019 UTC

Lost with Redux and sagas? Implement them yourself!

You can use everyday a library such as React, Redux or Redux-Saga. You can be perfectly efficient with it. You can be able to tell others why it is nice or not, and wether they should use it or not. But at the same time it’s possible you consider it ... more


Saturday, 3 August, 2019 UTC

Lost with Redux and sagas? Implement them yourself!

You can use everyday a library such as React, Redux or Redux-Saga. You can be perfectly efficient with it. You can be able to tell others why it is nice or not, and wether they should use it or not. But at the same time it’s possible you consider it ... more


Tuesday, 19 February, 2019 UTC

React hooks: get the current state, back to the future

React Hooks are trully awesome, but the more I play with them the more I discover tricks, and sometimes spend a lot of time figuring out why my code doesn’t do what it is supposed to. My last problem was this one: I wanted to access the current state ... more


Tuesday, 19 February, 2019 UTC

React hooks: get the current state, back to the future

React Hooks are trully awesome, but the more I play with them the more I discover tricks, and sometimes spend a lot of time figuring out why my code doesn’t do what it is supposed to. My last problem was this one: I wanted to access the current state ... more


Thursday, 14 February, 2019 UTC

So I wrote a technical book ��

Big week for me: I finished writing my eBook in French about React, and I couldn’t be prouder. Eight months, and it was not easy, but it’s so worth it. In this post I wanted to expose a few thoughts about what happens when you write a technical book. ... more


Thursday, 14 February, 2019 UTC

So I wrote a technical book ��

Big week for me: I finished writing my eBook in French about React, and I couldn’t be prouder. Eight months, and it was not easy, but it’s so worth it. In this post I wanted to expose a few thoughts about what happens when you write a technical book. ... more


Wednesday, 3 October, 2018 UTC

Est-il utile d’apprendre React ?

Plusieurs tweets m’ont interpelé récemment, par rapport au fait que l’écosystème JavaScript s’est dégradé, car concentré autour de plus en plus d’outils pas forcément utiles. React en prend notamment pour son grade. Ça me rend triste quand même tout ... more


Wednesday, 3 October, 2018 UTC

Est-il utile d’apprendre React ?

Plusieurs tweets m’ont interpelé récemment, par rapport au fait que l’écosystème JavaScript s’est dégradé, car concentré autour de plus en plus d’outils pas forcément utiles. React en prend notamment pour son grade. Ça me rend triste quand même tout ... more


Wednesday, 26 September, 2018 UTC

Pourquoi j’écris un livre sur React ?

Voilà quelques mois, j’étais à la recherche d’un nouveau projet personnel. Bien souvent ce type de recherche aboutit au développement d’une nouvelle application web ou mobile, mais cette fois-ci, j’ai plutôt décidé d’écrire un livre. Ce n’est pas la ... more


Tuesday, 25 September, 2018 UTC

Pourquoi j’écris un livre sur React ?

Voilà quelques mois, j’étais à la recherche d’un nouveau projet personnel. Bien souvent ce type de recherche aboutit au développement d’une nouvelle application web ou mobile, mais cette fois-ci, j’ai plutôt décidé d’écrire un livre. Ce n’est pas la ... more


Wednesday, 7 March, 2018 UTC

Bootstrap a Reason-React project with Parcel

Not that long ago I used Create-React-App a lot to quickly boostrap my React projects. That’s why I naturally used Reason Scripts when I wanted to use Reason-React. But even if I still understand the advantages of the approach of CRA and Reason Scripts, ... more


Wednesday, 7 March, 2018 UTC

Bootstrap a Reason-React project with Parcel

Not that long ago I used Create-React-App a lot to quickly boostrap my React projects. That’s why I naturally used Reason Scripts when I wanted to use Reason-React. But even if I still understand the advantages of the approach of CRA and Reason Scripts, ... more


Wednesday, 7 March, 2018 UTC

Bootstrap a Reason-React project with Parcel

Not that long ago I used Create-React-App a lot to quickly boostrap my React projects. That’s why I naturally used Reason Scripts when I wanted to use Reason-React. But even if I still understand the advantages of the approach of CRA and Reason Scripts, ... more


Thursday, 24 August, 2017 UTC

Create a simple and tested Redux-like app with Reason React

In the past few weeks I've become a big fan of Reason, and in particular its association to React with Reason React. And because both Reason and Reason React are really young projects, there is not a lot of tutorials, StackOverflow questions, and documentation ... more


Thursday, 24 August, 2017 UTC

Create a simple and tested Redux-like app with Reason React

In the past few weeks I've become a big fan of Reason, and in particular its association to React with Reason React. And because both Reason and Reason React are really young projects, there is not a lot of tutorials, StackOverflow questions, and documentation ... more


Wednesday, 17 May, 2017 UTC

Writing modern JavaScript code

Remember when JavaScript was a language used to make elements change on the page when the cursor was over them? These days are over, every language evolves over time, and so does the way wa use them. Look at the code you wrote one or two years ago: do ... more


Wednesday, 17 May, 2017 UTC

Writing modern JavaScript code

Remember when JavaScript was a language used to make elements change on the page when the cursor was over them? These days are over, every language evolves over time, and so does the way wa use them. Look at the code you wrote one or two years ago: do ... more


Wednesday, 17 May, 2017 UTC

Writing modern JavaScript code

Remember when JavaScript was a language used to make elements change on the page when the cursor was over them? These days are over, every language evolves over time, and so does the way wa use them. Look at the code you wrote one or two years ago: do ... more


Wednesday, 16 November, 2016 UTC

Play with cryptography with OpenPGP.js

For about a year now, I use ProtonMail as my mail provider. If you don't know it, you should definitively give it a look! The mails are encrypted end-to-end , which means that ProtonMail has absolutely no readable version of the stored emails, nor any ... more


Wednesday, 16 November, 2016 UTC

Play with cryptography with OpenPGP.js

For about a year now, I use ProtonMail as my mail provider. If you don't know it, you should definitively give it a look! The mails are encrypted end-to-end , which means that ProtonMail has absolutely no readable version of the stored emails, nor any ... more


Wednesday, 16 November, 2016 UTC

Play with cryptography with OpenPGP.js

For about a year now, I use ProtonMail as my mail provider. If you don't know it, you should definitively give it a look! The mails are encrypted end-to-end , which means that ProtonMail has absolutely no readable version of the stored emails, nor any ... more


Thursday, 3 November, 2016 UTC

Use the coolest ES6 features everywhere

If you use JavaScript you probably know that recently a lot of new features arrived with ES2015 (also known as ES6): classes, const / let keywords, destructuring arrays and objects, modules and imports, etc. You also probably know that all these features ... more


Wednesday, 2 November, 2016 UTC

Use the coolest ES6 features everywhere

If you use JavaScript you probably know that recently a lot of new features arrived with ES2015 (also known as ES6): classes, const / let keywords, destructuring arrays and objects, modules and imports, etc. You also probably know that all these features ... more


Wednesday, 2 November, 2016 UTC

Use the coolest ES6 features everywhere

If you use JavaScript you probably know that recently a lot of new features arrived with ES2015 (also known as ES6): classes, const / let keywords, destructuring arrays and objects, modules and imports, etc. You also probably know that all these features ... more


Thursday, 27 October, 2016 UTC

A new blog, a new blog management system

Today I'm starting a new blog. I started a few blogs in the past. Personal blogs, where I talked about a lot of things. This blog is very different, here's why: it's a developer blog. Yes, all articles will (probably) be technical articles, mostly talking ... more


Thursday, 27 October, 2016 UTC

A new blog, a new blog management system

Today I'm starting a new blog. I started a few blogs in the past. Personal blogs, where I talked about a lot of things. This blog is very different, here's why: it's a developer blog. Yes, all articles will (probably) be technical articles, mostly talking ... more


Thursday, 27 October, 2016 UTC

A new blog, a new blog management system

Today I'm starting a new blog. I started a few blogs in the past. Personal blogs, where I talked about a lot of things. This blog is very different, here's why: it's a developer blog. Yes, all articles will (probably) be technical articles, mostly talking ... more