DEV Community

Discussion on: Learn how to build a fast & responsive markdown editor with React, Firebase, & SWR

Collapse
 
kartiknair profile image
Kartik Nair • Edited

Thanks so much for the observations. I tend to miss these things very often so I really appreciate it!

I've made the change to the rules in the post, & will push the file size change to GitHub soon.

Looking back at this post I'm realizing that using firebase in react like this may not be the best pattern, instead opting for a context-based solution would result in some cleaner & more readable code.

Thanks for your help!

Collapse
 
subwaymatch profile image
Ye Joo Park

Again, thanks for the awesome tutorial 🚀.