Become a member
Sign in
Get started
Nikola Laković
Nikola Laković

Nikola Laković

Follow

45 Following
18 Followers
  • Profile
  • Claps
  • Highlights
  • Responses

Highlighted by Nikola Laković

See more

From Understanding Redux Middleware by Mark

In the case of Redux middleware the main execution task is the store’s dispatch function. The dispatch function is responsible for sending actions to one or many reducer functions for state changes. The composed specialized functions around the original dispatch method creates the new middleware c…

From Understanding Redux Middleware by Mark

One of the more interesting concepts in Redux is you can include custom middleware functions to the dispatch method of your store. However, when I first examined the applyMiddleware.js source file I really hurt my head. So I went b…

From Understanding Redux Middleware by Mark

In the case of Redux middleware the main execution task is the store’s dispatch function. The dispatch function is responsible for sending actions to one or many reducer functions for state…

Claps from Nikola Laković

See more

An introduction to Object-Oriented Programming in JavaScript

Rainer Hahnekamp

Redux in a nutshell for React developers (hint: it’s not that complex)

Abdo Moha

Implementing your Custom CSS Loader Component with React Player

Matthew Croak