Open in app
Home
Notifications
Lists
Stories

Write
Danilo Mello
Danilo Mello

Home

Apr 19, 2021

Simple React-Redux Starter Step By Step

Simple React-Redux Starter Step By Step This is a step-by-step guide to build a React project with Redux: 1 — Start the react project with the command: npx create-react-app name-of-the-app 2 — Once the project is created, change to its directory cd name-of-the-app 3 — Install ‘redux’ and ‘react-redux’ libraries…

React

3 min read


Feb 6, 2021

Displaying Data from an API with Javascript — Tutorial

Intro As a developer, having the ability to use APIs to retrieve data and use it in your own web applications is a must nowadays. In this tutorial, we’ll use a very simple API (https://icanhazdadjoke.com/) to get a random dad joke and display it on our website. Overview What is…

API

4 min read

Displaying Data from an API with Javascript — Tutorial
Displaying Data from an API with Javascript — Tutorial

Jan 17, 2021

Map, Filter, and Reduce Functions on JavaScript

Map, Filter and Reduce are all higher-order functions, this means that they all receive a function as a parameter. They’re all called by an array (initial data) and return another array (in filter and map) or a value (reduce). This article will show, with examples, how each of them works. …

Java Script

6 min read

Map, Filter, and Reduce Functions on JavaScript
Map, Filter, and Reduce Functions on JavaScript
Danilo Mello

Danilo Mello

Help

Status

Writers

Blog

Careers

Privacy

Terms

About

Knowable