DEV Community

Discussion on: We measured the SSR performance of 6 JS frameworks - here's what we found

Collapse
 
unsungnovelty profile image
Nikhil • Edited

As a beginner in the area, I am very curious on if you know anything about EmberJS with respect to routing. I've read that they have a mature routing system which is one of their main strength.

They also seem mature and chilled kind of framework and slow moving than others (since they are mature) since front-end scene is overwhelming. Convention over configuration rings nice. Their RFC (Request for comments) is really cool compared to others I have been reading up on. Maybe I am wrong here but been taking my free time to understand EmberJS better. Am tied between Svelte and EmberJS. If am to take something new and trending, Svelte seems like the right pick. Especially now that SvelteKit is stable. Would love to pick your brain on this.

Collapse
 
tleperou profile image
Thomas Lepérou

Typescript gets officially supported ; their routing conventions inspired; it provides SSR; all in one etc... EmberJS is the very first JS frontend framework introducing CLIs an first SPA framework. Funny fact, their CLI got literally copied by Angular's team.

Used by a bunch of companies among Netflix and Apple.

IMO EmberJS is the way to go to for any beginner. And, keep an eyes on other frameworks to sharpen you skills.

For getting a job out there -- and if you don't care about the quality of the habits you acquire during the first stages of your learning process, pickup Vue or React instead ;)