Category: React

blog

01

Jan2021
First of all, we must create our application in our local environment, for this, we will use Create React App .The application that we are going to deploy in Netlify will be called hello-react , therefore the command we execute is:npx create-react-app hello-reactThis command creates a basic React application configuring ... Read More
January 1, 2021Naveen
blog

25

Jul2019
Recently, JSConf Europe 2019 was conducted on June 1st & 2nd 2019 at Berlin, Germany and trust me it was pretty much rad to see it and here I got some time to share some of the most rad talks from this conference and I believe that you too gonna ... Read More
July 25, 2019Naveen
blog

21

Aug2018
Just couple of years back we begin to plan to start to mobile apps development operations and it got delayed due to some difficult constraints and lot busier with some client projects. We just started our mobile apps development operations using the most popular framework for building native apps. React ... Read More
August 21, 2018Naveen
blog

15

Aug2018

In A Nutshell: GatsbyJS

0    
Hey y'all i'm back with blog writing once again after me and my team was really backed wu with a client projects and most of them all are with tighter deadlines and i couldn't get much space to publish my posts. My team pretty much wrapped up most of them ... Read More
August 15, 2018Naveen
javascript

17

Apr2018
Here in this blog i'm going to make you learn and understand "registerBlockType()" function through a brief video from Zac Gordon and this function will be used to register your custom block and it's made available in global scope.registerBlockType() function accepts two parameters:Block name – This is a string ... Read More
April 17, 2018Naveen
javascript

14

Apr2018

In A Nutshell: CodeSandbox

0    
By the day and everyday this online code editor CodeSandbox is making lot of noise in the open source community especially in the JavaScript space. So many developers are primarily using this tool to share the code with the team. As we all know that we the developers loves to ... Read More
April 14, 2018Naveen
react

13

Apr2018
Hey if you are a React or JavaScript geek then it's 100% sure that you have heard this word Context API probably in Twitter or somewhere in Medium post and trust me this API is nothing less than a first-class API. So here i don't have to write and ... Read More
April 13, 2018Naveen
react

28

Oct2017
Redux-saga is a redux middleware library, that is designed to make handling side effects in your redux app nice and simple. It achieves this by leveraging an ES6 feature called Generators, allowing us to write asynchronous code that looks synchronous, and is very easy to test.To continue reading this post ... Read More
October 28, 2017Naveen