sudheerj / reactjs-interview-questions

List of top 500 ReactJS Interview Questions & Answers....Coding exercise questions are coming soon!!
38.89k stars 9.24k forks source link

Add mdbook for better reading exprerience #266

Closed cgyinthehouse closed 5 months ago

cgyinthehouse commented 1 year ago

Jumping between the content of the table and the snippets are quiet annoying for me when reading the README.md file. Because whenever I click the "Back to Top" anchor and navigate to the table of contents, I have to scroll to the title to find the last topic I read and sometimes I just forget what's the title or the number I just read.

Some github repos uses mdbook to write their tutorials, so I wrote a python script (write_to_files.py in the src directory) to generate a SUMMARY.md and the src files for mdbook. Now I can use the mdbook build or mdbook server command and to read this book more easily.

Mdbook has some useful shortcut and search function and It's much more comfortable compares to reading directly in the README.md. Screenshot 2023-08-14 at 00-52-32 Why are String Refs legacy

sudheerj commented 5 months ago

@cgyinthehouse Thanks for PR. Can you please resolve the conflicts?