Commit Graph

9 Commits

Author SHA1 Message Date
Robbie Antenesse f296dacdad Remove lazyload-inferno-component now that I know how Webpack's `import()` works 2018-02-22 08:26:49 -07:00
Robbie Antenesse f02bec30e6 Upgrade dependencies; fix proptype check in Pagination 2018-02-22 08:09:51 -07:00
Robbie Antenesse 3b275ca765 Change when ads display in WordList 2017-12-16 10:14:04 -07:00
Robbie Antenesse 43d2d48b27 Add PropTypes verifications to all components
1) to help me when I screw up and 2) to have a clearly laid out but
still useful way of knowing what props a component can accept!
2017-11-15 16:07:42 -07:00
Robbie Antenesse 5bd4582719 Add word deletion with SweetAlert2 confirmation 2017-11-15 11:02:09 -07:00
Robbie Antenesse 0ae6d76b82 Add lazyloading and Ad component 2017-09-11 11:40:53 -06:00
Robbie Antenesse a443fe4c3f Fix code style
Remove misguided comma-first style, add floating commas, and improve
spacing and parentheses for single-param inline arrow functions.
2017-07-25 22:11:33 -06:00
Robbie Antenesse d34a86dc1b Update app state to display words 2017-06-25 14:23:42 -06:00
Robbie Antenesse 55495f9f7f Add WordsList and WordDisplay for displaying words
Need to figure out how to properly trigger a re-render of the list after
a word is added or updated.
2017-05-18 23:47:01 -06:00