Re: Routing revisted

2020-07-20 Thread Andrew Wetmore
@Harbs could you let me know when you have updated that page? I will do a doofus check for grammar and suchlike. Very grateful for this help, as I would not be sure what to say about this feature. Once that is in place, I will try to populate the related page in the tutorial. a On Mon, Jul 20,

Re: Routing revisted

2020-07-20 Thread Carlos Rovira
Hi Harbs, I think Deprecated could be used in both parts since you can deprecate the entire class or just some methods or properties. In this case maybe just using at class level should be enough. Apart from that, since we're still not in 1.0, I think we could remove it directly if you want,

Re: Routing revisted

2020-07-19 Thread Harbs
I added [Deprecated] meta tags for Router. I’m not sure if that goes on the class or the constructor. I added it to both... > On Jul 19, 2020, at 9:08 PM, Harbs wrote: > > > >> On Jul 19, 2020, at 9:00 PM, Carlos Rovira wrote: >> >> Hi, >> >> I'm looking to add routing to a royale app

Re: Routing revisted

2020-07-19 Thread Harbs
> On Jul 19, 2020, at 9:00 PM, Carlos Rovira wrote: > > Hi, > > I'm looking to add routing to a royale app embedded in a web page. > I remember Harbs added HashRouter and BrowserRouter. > > 1.- Router is finally deprecated? If so, I think it should be removed to > avoid confusions. Yes.