Skip to content

Instantly share code, notes, and snippets.

View dsavai's full-sized avatar
🎯
Focusing

Dennizla Deno dsavai

🎯
Focusing
View GitHub Profile
@dsavai
dsavai / introrx.md
Created September 5, 2018 14:16 — forked from staltz/introrx.md
The introduction to Reactive Programming you've been missing
@dsavai
dsavai / todolist.jsx
Created July 27, 2018 12:15 — forked from marekdano/todolist.jsx
Simple Todo list app using React and ES6 with functions delete a todo and/or mark a todo as done
import React from 'react';
/*
Todo app structure
TodoApp
- TodoHeader
- TodoList
- TodoListItem #1
- TodoListItem #2