![]() | Jacob is a Frontend developer specialised in Reactjs helping aspired and established programmers take their development skills to the next level! |
An introduction to Redux for beginners – part 2
In this episode of our introductory series to Redux we will take a closer hands-on look at selectors, actions, reducers, containers and how we connect React and Redux.
An introduction to Redux for beginners – part 1
As applications grow in size so does the complexity and the handling of state. Redux is a state container (a client-side database) that solves this problem. In a series of three we will look into Redux and take a peek at the fundamentals.
Defining TypeScript and why it will make your code cleaner
TypeScript is a strongly typed superset of JavaScript, which means it adds some syntactical benefits to the language and then compiles it into JavaScript…
Top 5 best practices when getting started with React
Looking at the top 5 best practices that can be useful when getting started with React such as JSX, ES6 shorthands, props and state and more…
Top 5 reasons React is best for building applications in 2017
React is the number one javascript library in 2017 for updating views and combines together with other libraries to build single page applications (SPAs)…