Published inLevel Up CodingPromise with timeout in JavaScriptSometimes requests don’t get any response and maybe we triggered a loading state just as the request was sent and now the…Mar 15, 20202Mar 15, 20202
Published inThe StartupSetup React with ReduxWhen React applications grow, the state can become hard to manage. Redux is a tool to make the state management easier.Sep 15, 2019Sep 15, 2019
Published inLevel Up CodingGetting familiar with Redux conceptsRedux is a well know state management library often used in React applications. When starting with Redux, there are a lot of names and…Sep 15, 20191Sep 15, 20191
Published inLevel Up CodingReusability by using container componentsTo make good use of React components they should be developed with reusability in mind.Aug 24, 2019Aug 24, 2019
Published inLevel Up CodingClosures, first-class functions and higher-order functionsProgrammers use their jargon and that’s good because it makes communication less ambiguous. But some phrases might sound more complex than…May 12, 20192May 12, 20192
Published inThe StartupShort intro to GraphQLGraphQL is a way to fetch data with the ambition to solve the problems with using REST in today’s application development.Apr 19, 2019Apr 19, 2019
Promises in vanilla JSHandling asynchronous communication is a very common thing in web development. One of the ways of doing this is through promises, I use…Apr 13, 20192Apr 13, 20192