Giter VIP home page Giter VIP logo

redux-todo-app's Introduction

Todo React-Redux Web App

Overview

For this lab, we will work ontop of our Todo web application starter code. I encourage you to take a few minutes to browse through the files first- you'll find pseudocode throughout them as well. Our current application has one stateful component which is our TodoList.js. At this stage, we are only able to create a new todo item. What we would like to do next is be able to display our last item inside of the todo list . LastItemDisplay.js currently does not have access to our state default data which is stored in TodoList.js. We will use this project as an introduction to Redux and it will serve as a boiler plate for future projects!

Redux

  • Predictable: Redux helps you write applications that behave consistently, run in different environments (client, server, and native), and are easy to test.
  • Centralized: Centralizing your application's state and logic enables powerful capabilities like undo/redo, state persistence, and much more.
  • Debuggable: The Redux DevTools make it easy to trace when, where, why, and how your application's state changed. Redux's architecture lets you log changes, use "time-travel debugging", and even send complete error reports to a server.
  • Flexible: Redux works with any UI layer, and has a large ecosystem of addons to fit your needs.

What to expect from this lab

  • Instructional code along with setting up Redux
    • Transfer our current state into a Redux store
    • Display last item on our todo list
  • Independent work to finish off a CRUD application
    • Update items
    • Delete items

Getting Started

  1. Clone this repository
  2. npm start
  3. npm i

~~~~~~ Ready! ~~~~~~~

Alt Text

redux-todo-app's People

Stargazers

 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.