katiepo456 / bible-study-app

0 stars 0 forks source link

Chapter Navigation #2

Closed katiepo456 closed 2 weeks ago

katiepo456 commented 1 month ago

Currently all of the text from the Gospel comes up at once, make some navigation to select a particular chapter and be able to jump between them.

katiepo456 commented 3 weeks ago

found an article about section navigation using React and Intersection Observer - this may be a good solution to jump to a particular chapter in a given Gospel

katiepo456 commented 3 weeks ago

there is also a simplified variation of the above article found here - just another good resource to have

katiepo456 commented 2 weeks ago

the above articles did not end up being helpful, I found an alternative solution that was much more efficient/straightforward; however, I may refer back to this for the styling of the components