Best place/way to handle dynamic params?

Need to store a bunch of dynamic ‘global’ vars that I need to access depending on where the user has entered the site. These will initially be from the db, probably cached somehow, so I’m thinking of just throwing them into an array of some sort. What would be the best way of handling this? Storing this array in a component? Or is there a better way of doing this?

check out this post

It will be helpful

Great thread, lots of different options and solutions. Thanks!