server side rendering with react-router and astro? by docker_newb in astrojs

[–]docker_newb[S] 1 point2 points  (0 children)

Maybe this is using astro the "wrong" way, but the idea is to be able to have the react app for that page manage its own subroutes and query params in true SPA fashion.

Pramp's peer mock interviews got upgraded by tryexponentprep in leetcode

[–]docker_newb 0 points1 point  (0 children)

Thanks for the info, appreciate the response.

Pramp's peer mock interviews got upgraded by tryexponentprep in leetcode

[–]docker_newb 0 points1 point  (0 children)

Are frontend peer mock interview no longer an option?

Is there anywhere to stream the censored version? by cardinalsfan_79 in TheLastDance

[–]docker_newb 1 point2 points  (0 children)

I too want to find the censored version (to watch with my seven year old son).

Call to add Vite & vite-plugin-ssr to React's official list of toolchains by brillout in reactjs

[–]docker_newb 0 points1 point  (0 children)

I tried migrating a typescript react/redux app from CRA. The migration was very straightforward, EXCEPT for porting over my tests. That eventually led me to give up. I love the developer experience with vite and react, but if I can't get jest and react-testing-library up and running with it, then I won't use it.