JSLancer

Javascript development stories

Menu

Skip to content

Tag: redux

I am a full-stack developer. I work with ReactJS and NodeJS

Data fetching examples with GraphQL + React Apollo

Posted on August 20, 2017 by David Tran

You probably have heard about GraphQL. It’s the common interface between client and server for data fetching and manipulations. My experience with GraphQL so far is great. I spend less time to write data fetching code. All of the data I need returns in a single round trip. For example, if I have to get […]

Continue reading →

Make your offline-first React app with Redux-Offline

Posted on May 23, 2017 by David Tran

Last week, I received a request from a client to make an EPOS app. The main requirement is the app must work even when internet connection is lost. So when it can’t connect to internet, the app will still store new customer and new order information into browser cache and when it can connect to […]

Continue reading →

Implement a confirm modal using React & Redux

Posted on August 7, 2016 by David Tran

We, developers know that we will work with modal a lot. My favorite library do this job is bootbox.js. Unfortunately, this library is not implemented in React & Redux. Let’s implement it by ourself.

Continue reading →
© 2021 JSLancer
Powered by WordPress & Themegraphy