• Home
  • About
  • Portfolio
  • Contact

bernieslearnings

Software development and more



  • Twitter
  • Using the JavaScript Map Function to Iterate Arrays in React

    Using the JavaScript Map Function to Iterate Arrays in React

    August 7, 2023
    Web Development

    One of the fundamental aspects of React is its efficient and concise way of handling arrays using the JavaScript map function. In this article, we…

    Continue Reading →

  • No need to import React from 17

    No need to import React from 17

    August 6, 2023
    Web Development

    In React 17, there is no need to add import React into each file. This is due to the advancements in the refresh mechanism in…

    Continue Reading →

  • Creating a List of Objects and Displaying Them in React

    Creating a List of Objects and Displaying Them in React

    August 3, 2023
    Web Development

    In this article we’ll look at how to create a list of objects and display them in React. I won’t take you through the preamble…

    Continue Reading →

  • Delete Items from state array in React

    Delete Items from state array in React

    August 1, 2023
    Web Development

    Previously we learned how to render a list of items in React. Today we’ll be focusing on how to delete items from state array. The…

    Continue Reading →

  • Adding Items To A List In React

    Adding Items To A List In React

    July 27, 2023
    Web Development

    Previously we learned how to render a list of items in React. Today we’ll be focusing on adding items to the list. The idea is…

    Continue Reading →

  • Creating Lists in React: A Simple Guide

    Creating Lists in React: A Simple Guide

    July 18, 2023
    Web Development

    Whether you’re building a to-do app, a product catalogue, or any application that requires displaying a collection of items, React makes it easy to create…

    Continue Reading →

  • Should You Learn JavaScript and CSS Before React?

    Should You Learn JavaScript and CSS Before React?

    July 15, 2023
    Web Development

    React is a widely-used JavaScript library for building user interfaces. It has gained immense popularity among developers due to its simplicity, flexibility, and performance. However,…

    Continue Reading →

  • React State Management: A Comprehensive Guide

    React State Management: A Comprehensive Guide

    July 14, 2023
    Web Development

    React state management is a crucial aspect of building robust and scalable React applications. As your application grows in complexity, efficiently managing and sharing data…

    Continue Reading →

  • What is the state initializer pattern?

    What is the state initializer pattern?

    July 12, 2023
    Web Development

    In React, the state initializer pattern refers to a technique used to set the initial state of a component. Before the introduction of React hooks,…

    Continue Reading →

  • Understanding the State Hook

    Understanding the State Hook

    July 8, 2023
    Web Development

    React introduced Hooks to manage state and other React features in functional components. In this article, we’ll explore the concept of State Hooks by using…

    Continue Reading →

←Previous Page
1 2 3 4 … 16
Next Page→

Copyright © 2023. All Rights Reserved.