@@ -17,19 +17,19 @@ a few KBs, as opposed to the hundreds/thousands of KBs require to download your
1717
1818Your app appears INSTANTLY on any device (including mobile 3G).
1919
20- Once the fully-rendered HTML arrives/appears on the user's view, your Angular app will them load and bootstrap ontop of
20+ Once the fully-rendered HTML arrives/appears on the user's view, your Angular app will then load and bootstrap on top of
2121the existing view. This means that Scully gives you the best of both worlds:
2222
23231 . The ability to pre-render your entire app to the most base form of HTML & CSS.
24242 . The ability to still have a full powered SPA written in Angular.
2525
2626When your app is pre-rendered, users no longer wait until all the JavaScript has downloaded, parsed and executed before
2727they can see and interact with your website. They can immediately begin to see and interact with the page. When your page
28- is IMMEDIATELY available, you will have less abandoned sessions and a much higher conversion rate on our website.
28+ is IMMEDIATELY available, you will have less abandoned sessions and a much higher conversion rate on your website.
2929
30- This also means that may not need to ship your backend to production. Because the view is pre-rendered and the
30+ This also means that you may not need to ship your backend to production. Because the view is pre-rendered and the
3131data is fetched at build time, all views that can run without the backend in prod CAN run without the backend in prod.
32- The security an cost implications to that fact can be mind blowing when you think about them.
32+ The security and cost implications to that fact can be mind blowing when you think about them.
3333
3434For those wanting to know more about this process, please read the [ Getting Started] ( docs/getting-started.md ) guide. For
3535those who want to know more about the theory behind pre-rendering JavaScript SPAs, our friends at [ Netlify] ( https://netlify.com )
0 commit comments