fbpx

ES2016 Features

[vc_row][vc_column][vc_column_text]Molti dicono che con l’avvento di ECMAScript 2015 si sia aperta una nuova era per il linguaggio Javascript e credo che non si possa fare a meno di concordare. Da…

React Navigation: Screens tramite function components

[vc_row][vc_column][vc_column_text]Consultando la documentazione della libreria React Navigation siamo abituati a vedere i componenti che fungono da Screen definiti in termini di class components:[/vc_column_text][vc_column_text]

[/vc_column_text][vc_column_text]Per questo motivo credo venga naturale…

PHP tip: array_diff an array of objects

That’s tricky! Let’s assume we have two arrays like these:

Looking at these few lines I would expect that those two arrays are different but if we compare them…