DEV Community

Discussion on: what's The next step for a static React js app ?

Collapse
 
haamida profile image
Hamida

Oh I see, by static I didn't want to refer to Gatsby or alike solutions (that's what comes out when I think in french and write in english 😅) , I meant that as far, my webapp do nothing but display some data with no iteractions with the user or the server.
That being said, as am still on baby steps with react, I think its still early for me to venture into SSR frameworks.(trying realy hard not to jump into the next shiny thing with no proper knowledge in the current thing)

Collapse
 
dance2die profile image
Sung M. Kim

I'd have hard time with Symphony before learning PHP (, which I've never used before) 😉

Thread Thread
 
haamida profile image
Hamida

I feel you with that.I see you already have an up and running app in React
( bunpkg.com/ ) it's pretty interesting, what did you use for it's backend side ?

Thread Thread
 
dance2die profile image
Sung M. Kim • Edited

Thanks~

I used Node Express.js for the backend - github.com/dance2die/bunpkg-server

And it's published on Heroku free tier (so the first request takes awhile 😅)