<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Null</title>
    <description>The latest articles on DEV Community by Null (@nullcano).</description>
    <link>https://dev.to/nullcano</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F233626%2F8889941d-f544-4a6a-9cb2-adbaeae11052.gif</url>
      <title>DEV Community: Null</title>
      <link>https://dev.to/nullcano</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/nullcano"/>
    <language>en</language>
    <item>
      <title>Questions about URLs, objects and storage</title>
      <dc:creator>Null</dc:creator>
      <pubDate>Thu, 25 Jun 2020 01:03:13 +0000</pubDate>
      <link>https://dev.to/nullcano/questions-about-urls-objects-and-storage-oob</link>
      <guid>https://dev.to/nullcano/questions-about-urls-objects-and-storage-oob</guid>
      <description>&lt;p&gt;I am working on an application where people can create item builds for a video game. I want people to be able to save and share the builds.&lt;/p&gt;

&lt;p&gt;The item builds will be generated by the user selecting different items and then the item build will be turned into a JavaScript object and I need a way to save the object and make it a sharable URL.&lt;/p&gt;

&lt;p&gt;I could use local storage for saving the object to the users browser and make it sharable by generating a base64 string that you can share with people but since I am using tools like Svelte, Sapper and Node I feel like that solution is too cheap.&lt;/p&gt;

&lt;p&gt;Since I am fairly new to developing with Node modules I don't know about many packages that could help me in this case.&lt;/p&gt;

&lt;p&gt;So I want to ask you, the DEV Community, if there is any other simple approaches I can make. I am trying to avoid using a back-end as I want it to be a front-end app.&lt;/p&gt;

&lt;p&gt;If you need an example about what I am talking about, &lt;a href="https://www.dauntless-builder.com/"&gt;here is a React app&lt;/a&gt; that does basically the same thing I want to do.&lt;/p&gt;

</description>
      <category>svelte</category>
      <category>sapper</category>
      <category>node</category>
      <category>javascript</category>
    </item>
  </channel>
</rss>
