Apr 12, 2019React hooks: useState# Getting started with React hooks I recently started reading about react hooks and want to congratulate team behind react hooks. The possibilites and power which hooks bring is really impressive. This series is just to get started with react hooks and I will show you a very simple example…Java Script1 min readJava Script1 min read
Dec 9, 2018Proxy server to bypass CORS.As a web-developer I have to daily work with APIs and a lot of time I want to use some APIs in my application but there’s always something which doesn’t allow me to access those requests, CORS. …Java Script2 min readJava Script2 min read
Oct 9, 2018Replacing KeyMirror with 7 lines of codeRecently I got this hunch of replacing all the libraries/tools with my own custom made libraries/tools. This is first one of many to follow. I am replacing keyMirror npm module which is essentially used to create an object with value as its key. …Java Script2 min readJava Script2 min read
Published in scripbox-engineering·Feb 13, 2018Boost your GraphQL/Relay React app with ReduxAt Scripbox, we’ve been experimenting with GraphQL for internal purposes. We are huge fans of Redux. However, there is not much written about using the awesomeness of Redux alongside GraphQL. …React4 min readReact4 min read