Current Code
Just securing that no one can send a wrong TAG. Next step could be to avoid duplicate TAGS.
Currently Using: React & Redux
Contact Me if you need some help with SteemConnect v2.
const Tags = post.tags.split(',').map(tag => tag.replace(/[^a-zA-Z0-9]+/g, "").toLowerCase());
Sort: Trending