November 2, 2018
Becca Nelson
@beccaliz
Chicago, IL
beccanelson
http://beccanelson.is
@beccaliz
var todos = []
function addTodo(task) {
todos.push({
task: task,
completed: false,
});
}
addTodo("Feed my cat");
@beccaliz
var todos = []
function addTodo(task) {
todos.push({
task: task,
completed: false,
});
}
addTodo("Feed my cat");
@beccaliz
@beccaliz
@beccaliz
@beccaliz
@beccaliz
@beccaliz
@beccaliz
🤷♀️
@beccaliz
@beccaliz
🤷♀️
@beccaliz
🚫 Every side project, ever
🚫 Learn every New ™️ and Shiny© toy
@beccaliz
🚫 Just use React
@beccaliz
Is this language the best long-term choice for my client (or my company), or is it just closer to my own comfort zone?
@beccaliz
🤩 Architecture! Design Patterns!
🤩 What is the DOM anyway?
🤩 Share your knowledge
@beccaliz
@beccaliz
@beccaliz
@beccaliz
@beccaliz
@beccaliz
@beccaliz
@beccaliz
@beccaliz
This project would be easier if <insert teammate here> hadn’t added Redux.
Why should I use a tool like Redux if I can just build state management myself?
@beccaliz
I can’t get this to work because Redux is just so complicated
😒
😩
🤯
@beccaliz
@beccaliz
@beccaliz
@beccaliz
@beccaliz