New: iambyaAll contenthive-129948hive-196917krzzansteemhive-183959hive-180932hive-166405photographyuncommonlabhive-185836hive-150122hive-183397hive-144064lifebitcoinhive-188619krsuccesshive-139150hive-101145hive-124908hive-103599hive-145157hive-184714hive-109690TrendingNewHotLikersiambya (31)in iambya • 6 years agoIO - Boilerplate @0.3.3Current Code console.log("Hello World, this is just a test."); This is just a simple test. Feel free to flag this post in case you consider it spam. Currently Using: React & Redux…iambya (31)in iambya • 6 years agoIO - Boilerplate @0.3.2 - Create & Reply on CommentsCurrent Code console.log("Hello World, this is just a test."); Life is beauty, when you work on your propouses. Feel free to flag this post if you consider it spam. Currently Using:…iambya (31)in iambya • 6 years agoIO - Boilerplate @0.3.1 - Edit PostCurrent Code console.log("Hello World, this is just a test."); This post was Edited, once again. Currently Using: React & Redux Contact @iambya in case you need some help with…iambya (31)in iambya • 6 years agoIO - Boilerplate @0.1.7 - Create Post - EditedCurrent Code console.log("Hello World, this is just a test."); This post was Edited, once again. Currently Using: React & Redux Contact @iambya in case you need some help with…iambya (31)in iambya • 6 years agoIO - Boilerplate @0.1.1 - Create PostCurrent Code console.log("Hello World, this is just a test."); Creating a Simple Post from my own Steemit Boilerplate. Currently Using: React & Redux Contact @iambya in case you need…iambya (31)in iambya • 6 years agoIO - Boilerplate @0.1 - Create PostCurrent Code console.log("Hello World, this is just a test."); Creating a Simple Post from my own Steemit Boilerplate. Currently Using: React & Redux Contact @iambya in case you need…iambya (31)in iambya • 6 years agoIO - SteemConnect v2 Boilerplate @0.0.32 - Edit Post feature Ready.Current Code /* Edited */ EDIT_POST('', PrimaryTag, Author, Permlink, Title, Body, JSON_Metadata, this.props.dispatch); Simple enough. Editing a post, is basically the same as creating it.…iambya (31)in iambya • 6 years agoIO - SteemConnect v2 Boilerplate @0.0.29 - Regex for Tags.Current Code const Tags = post.tags.split(',').map(tag => tag.replace(/[^a-zA-Z0-9]+/g, "").toLowerCase()); Just securing that no one can send a wrong TAG. Next step could be to avoid…iambya (31)in iambya • 6 years agoIO - SteemConnect v2 Boilerplate @0.0.28 - Tags Fixed, and being displayed Properly.IO Boilerplate @0.0.28 Current Code const JSON_Metadata = { "tags": ExtraTags}; /* Extra tags, are just the other tags different from the first one. First one is basically the category of…iambya (31)in iambya • 6 years agoIO - Boilerplate @0.0.27IO Boilerplate @0.0.27 Current Code const JSON_Metadata = { "tags": OtherTags }; This could be a possible solution. Im trying to send the tags as a normal object. "tags" are…iambya (31)in iambya • 6 years agoIO - SteemConnect v2 Boilerplate @0.0.24IO Boilerplate @0.0.24 Current Fixes let JSON_Metadata = JSON.stringify({ "tags": postTags }); The left JSON tags, should be a String, otherwhise the JSON.stringfiy method will add some…iambya (31)in iambyasteemitsteemconnectapiboilerplate • 6 years agoIO - SteemConnect v2 Boilerplate @0.0.23IO Boilerplate @0.0.23 Current Fixes let JSON_Metadata = JSON.stringify({ "tags": postTags }); The left JSON tags, should be a String, otherwhise the JSON.stringfiy method will add some…iambya (31)in iambya • 6 years agoIO Boilerplate @0.0.22IO Boilerplate @0.0.22 Currently Using: React & Redux Contact Me if you need some help with SteemConnect v2.iambya (31)in iambya • 6 years agoIO Boilerplate @0.0.19IO Boilerplate @0.0.19iambya (31)in iambya • 6 years agoIO - SteemConnect v2 Boilerplate @0.0.18SteemConnect v2 API Boilerplate - @0.0.18iambya (31)in iambya • 6 years agoIO - SteemConnect v2 Boilerplate @0.0.17SteemConnect v2 API Boilerplate - @0.0.17iambya (31)in iambya • 6 years agoIO - SteemConnect v2 Boilerplate @0.0.16SteemConnect v2 API Boilerplate - @0.0.16iambya (31)in iambya • 6 years agoIO - SteemConnect v2 Boilerplate @0.0.14SteemConnect v2 API Boilerplate - @0.0.14iambya (31)in iambya • 6 years agoSteemConnect v2 Boilerplate @0.0.12SteemConnect v2 API Boilerplate - @0.0.12iambya (31)in iambya • 6 years agoSteemConnect v2 Boilerplate @0.0.11SteemConnect v2 API Boilerplate - @0.0.10