Skip to content

Instantly share code, notes, and snippets.

@nataliaconde
Created February 4, 2025 12:25
Show Gist options
  • Save nataliaconde/e68892a0e18c927b5d0b76ad68d03f02 to your computer and use it in GitHub Desktop.
Save nataliaconde/e68892a0e18c927b5d0b76ad68d03f02 to your computer and use it in GitHub Desktop.
/*Journal.tsx*/
import React from 'react'
import Parse from "parse/dist/parse.min.js";
Parse.initialize(APPLICATION_ID, JAVASCRIPT_KEY);
Parse.serverURL = "<https://parseapi.back4app.com/>";
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment