Blog: react


How To Setup Redux Slices with Redux Toolkit
react

How To Setup Redux Slices with Redux Toolkit

Redux Toolkit popularity is growing every month. What exactly helps developers to write code faster, easier, more clearly? One of the helpers is `createSlice` function. `createSlice` takes an object of reducer functions, a slice name, and an initial state value and lets us auto-generate action types and action creators, based on the names of the reducer functions that we supply. It also helps you organize all of your Redux-related logic for a given slice into a single file.

How To Setup Redux with Redux Toolkit
react

How To Setup Redux with Redux Toolkit

In this Redux Tutorial you will learn how to setup Redux using latest libraries and techniques available in 2020 and Redux Toolkit which will simplify your logic and ensure that your redux setup has good defaults.

Which Front End Framework To Choose: Angular, Ember, or React?

Which Front End Framework To Choose: Angular, Ember, or React?

It goes without saying that the JavaScript environment with its huge number of tools, libraries and frameworks, makes an impressively rich but at the same time quite sophisticated world. Yet, such variety might be at times tricky and confusing. Moreover, the vast space ruled by imagination and creativity might be easily interfered by a simple fact of being unsure about which library or framework to select. It is by no means a straightforward task as the scene of JavaScript is volatile with new frameworks seeing the light almost every month while the existing ones are constantly updated, the example of which being Angular. Keeping in mind that the right choice of the front-end framework might either make or break our project, let us have a look at the most popular JavaScript frameworks.