Check out this super cool hexapod robot simulator. Its a browser based simulator built with React and Plotly
View More Super cool hexapod robot simulator with ReactJSTag: Javascript
How to setup Mobx with react context
Mobx is a Javascript library for state management. It is not specific to react but works great with react. Let’s see how to setup Mobx…
View More How to setup Mobx with react contextLove-hate relationship with react hooks ❤️😏
React hooks! The new cool thing in the react eco-system right now! Its been just a year since the concept of react hooks has been…
View More Love-hate relationship with react hooks ❤️😏DayJS, An excellent alternative to MomentJS
MomentJS has been the go-to library for many JS developers for quite some time for date formatting, parsing, and manipulating. It comes with very good…
View More DayJS, An excellent alternative to MomentJSGet Date of a specific time zone in Javascript
I was recently working on an API which should return data for yesterday. I used normal date object in JS and extracted the date from…
View More Get Date of a specific time zone in JavascriptPlaying app sounds in a React Native app
Often, We see some tiny little sounds that play on mobile apps. Remember that sound when you like a Facebook post? Many people are addicted…
View More Playing app sounds in a React Native appHow to Send SMS from API or Backend 📲
Sending SMS is one of the essential features for any app’s backend. I’ve recently started working on an app and I needed an SMS service…
View More How to Send SMS from API or Backend 📲Code Splitting using React lazy and React Suspense
The initial load is critical for any application. A developer should optimize application so that application will load faster even on a slow network. Being…
View More Code Splitting using React lazy and React SuspenseSpeech recognition and synthesis with simple JavaScript
Speech – The action that human beings commonly use to interact with other human beings or even pets. But when it comes to computers, we…
View More Speech recognition and synthesis with simple JavaScriptHow to scrape hashtags from Instagram using nodeJS
Instagram is the most happening social networking platform of the present time. Most of the millennials are on it. It was originally intended to share…
View More How to scrape hashtags from Instagram using nodeJS