DEV Community

Discussion on: react-ultimate-resume - 💼 🎨 a modern software developer resume built with React and JSONResume

Collapse
 
john_shm profile image
John

This is great, thank you!! I've already forked - Its great.
Could you clarify how to make it read only, I'm not clear from the doc (I've tried the mode attribute) and can't seem to get it into read only mode.

Collapse
 
thedamfr profile image
Damien Cavaillès 💙

Hey !
const mode = 'readOnly';
in App.jsx

🙂

Collapse
 
john_shm profile image
John

Thank you! I was looking in package.json and the json_stub, totally wrong!

Thread Thread
 
thedamfr profile image
Damien Cavaillès 💙

Would love to see what you have built ! Do you have a link ?

Thread Thread
 
john_shm profile image
John

Sure, here's my fork and it's on GH pages.
github.com/johnmfarrell1/react-ult...

Thanks for the help and the great repo.