#Does npx react-router reveal work in React Router v6?

1 messages · Page 1 of 1 (latest)

fringe cape
#

I'm trying to tap into the entry.client.tsx file in RR v6, but npx react-router reveal doesn't work. Does this only work in v7? Thanks.

quasi galleon
#

no, that's only for v7

#

in RRv6 there are not things to reveal

#

as there's no framework mode

#

also that command only works on v7 for framework mode

fringe cape
#

Thanks, Sergio. Makes sense now.

I'm trying to get auth data before going into the loaders of the project, but the loaders run in parallel. Have you come across this? Thanks.