GithubHelp home page GithubHelp logo

react-immutable-state's Introduction

React Immutable State

Learning Objectives

  • Build a React component that holds an immutable array as state and updates it

Set Up

  • Fork and clone this repository
  • npm install to install dependencies
  • npm start to start the React development server

Instructions

In this exercise you are provided with a simple component that maintains a list of randomly generated workouts. You must implement the provided function placeholders to make the application functional. To do this, you will need to understand how to manipulate an immutable array held as React state.

Part 1 Adding Workouts

  • Implement the addNewWorkout function to add the newWorkout object to the workouts state in an immutable way.

Part 2 Removing Workouts

  • Implement the deleteWorkout function to remove the workout from the workouts state in an immutable way.

Part 3 Updating Workouts

  • Implement the completeWorkout function to set the done boolean to true on the passed workoutand update workouts state in an immutable way.

Extension

  • Add a checkbox with the label "Show Done Only" to allow the user to toggle between all workouts and only workouts that are done.

Extension 2

  • Add a new button to each workout that when clicked replaces the workout with another random workout

react-immutable-state's People

Contributors

sigristarisa avatar mikemherron avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.