parse-community / parse-react

[EXPERIMENTAL] React, React Native, and React with SSR (e.g. Next.js) packages to interact with Parse Server backend
https://parseplatform.org/
MIT License
70 stars 27 forks source link

parse in nextJS SSR #135

Closed RaflyLesmana3003 closed 1 year ago

RaflyLesmana3003 commented 1 year ago

hello i want to ask about how can we initialize parse in Next js? is it in _app or i should create class to init it?

initializeParse(
  'YOUR_SERVER_URL',
  'YOUR_APPLICATION_ID',
  'YOUR_JAVASCRIPT_KEY'
);