I want to create a personal blog with React and my question which I was unable to find is whether the library React Router would give access to Google to index my blog articles.
I was planning on using Meteor with React and having a reusable component child who will get specific parameters when an onClick event occurs and with that parameter make a query to the database and get the article data to display it.
By doing this will Google index all my articles? Or should I do it another way?