codyswanner / Meme-Cataloger

Learning ReactJS and Django while building something that I want to use
1 stars 1 forks source link

Imagetags use context #67

Closed codyswanner closed 3 months ago

codyswanner commented 3 months ago

Inspired by #54, imageId, imageTags and imageDescription are now passed through contexts rather than props, which significantly cleans up code in the ReactivePictureFrame family. Performed a few other cleanup tasks during this process, including some name updates and splitting what was previously AddTagPopper.js into two separate modules that make more sense separately.

codyswanner commented 3 months ago

This closes #54 with an answer to the question: yes, that should be done, good idea.