day 211 — code 365

Tue 12 Jul 2016

Came across this web app — it lets you share things on a one-time basis!

https://onetimesecret.com/

React

Spent more time today creating (and refactoring the process of creating) components for React. My workflow: write “raw” HTML markup, add style in CSS, then creating the React component.

I hope to begin the process of wiring up these components to the existing API tomorrow!

CSS

Finding it tricky to architect sustainable names for elements. At present, I’m using a naming system that’s loosely based on BEM, but I’m finding that my “B” base element name is sometimes 3 or 4 hyphenated words — seems too long and a bit messy…