Skip to content

Instantly share code, notes, and snippets.

View Suryadevelops's full-sized avatar
💻
Just be awesome

Suryadevelops Suryadevelops

💻
Just be awesome
View GitHub Profile
import React from "react";
import TodoForm from "./TodoForm";
import Todo from "./Todo";
/*
TodoMVC
1. add todo
2. display todos
3. cross off todo
4. show number of active todos
@Suryadevelops
Suryadevelops / index.md
Created January 20, 2021 05:16 — forked from bvaughn/index.md
How to use profiling in production mode for react-dom