Tags
    Author
      Technology
        Rating
        Pricing
        Sort By
        Video
        Results To Show
        Most Recent
        Most Popular
        Highest Rated
        Reset
        https://image.mux.com/Jt3lGxXqbBAA9LEeCpW00Szj298mdn01eNntjDy85MGd00/thumbnail.png?time=0

        lesson

        Technologies Used in this CourseThe newline Guide to Fullstack ASP.NET Core and React

        In this lesson, we'll go through all the technologies we're using in this course

        Avatar Image
        https://image.mux.com/UQPtHljkaF9kKGDHgjWMXKv02yIv3UU1G5ieSh00GuKgA/thumbnail.png?time=0

        lesson

        How to Integrate Storybook Components Into a React AppStorybook for React Apps

        Finalizing the feature and integrating it into the app.

        https://image.mux.com/ag8yfbmFCbLpxHbvDmTRuk6MMXn3hjxcm71HE01A95Go/thumbnail.png?time=0

        lesson

        Simplify Complex Components with the useProducts HookThe newline Guide to Modernizing an Enterprise React App

        Custom hooks are good for more than just drying up duplicated code; they also help simplify our components.

        https://image.mux.com/VPsTgZDwcOAuurjwVt4KR6SAvsG400RlG9kHN01lavs14/thumbnail.png?time=0

        lesson

        Course WelcomeThe newline Guide to Building a Company Component Library

        Welcome to the Guide to Building a Company Component Library course.

        https://s3.amazonaws.com/assets.fullstack.io/n/20220504151043292_C95F39E2-21CB-4F4F-BCD5-28C1DC999E3C.png

        lesson

        Module OverviewThe newline Guide to Angular Universal

        Wanna be a performance beast? It's time to cache! In this module, you will use the Redis database to implement server-side caching and improve Time To First Byte. From now on, only selected requests will trigger the rendering process. The rendered output will be kept in Redis for a specified period of time. Subsequent requests will be served with data retrieved from Redis.

        https://s3.amazonaws.com/assets.fullstack.io/n/20220504151043292_C95F39E2-21CB-4F4F-BCD5-28C1DC999E3C.png

        lesson

        SummaryThe newline Guide to Angular Universal

        In this module, you've learned how to pass data between the server and the browser using the `TransferState` registry. You've also introduced `TransferHttpCacheModule` that passes data obtained via HTTP during server-side rendering to the browser. You've learned how to abandon long-running REST API calls that affect rendering performance.

        https://s3.amazonaws.com/assets.fullstack.io/n/20220504151043292_C95F39E2-21CB-4F4F-BCD5-28C1DC999E3C.png

        lesson

        NoscriptThe newline Guide to Angular Universal

        In this lesson, you can see how Angular Universal helps when your user's browser doesn't support JavaScript

        https://s3.amazonaws.com/assets.fullstack.io/n/20220504151043292_C95F39E2-21CB-4F4F-BCD5-28C1DC999E3C.png

        lesson

        Angular UniversalThe newline Guide to Angular Universal

        In the previous module, you've built a fully functional production-ready application. Unfortunately, like other single-page applications, this application has its weaknesses. In this module, you will learn how to address one of them and render HTML content on the server.

        https://s3.amazonaws.com/assets.fullstack.io/n/20220504151043292_C95F39E2-21CB-4F4F-BCD5-28C1DC999E3C.png

        lesson

        Course prerequisitesThe newline Guide to Angular Universal

        This lesson answers the questions "What do I need to accomplish the course?" "What software is needed?" "What should I know about Angular and other technologies?" "What should I do to accomplish the course offline?"

        https://image.mux.com/d5aKEIqIUhEntkzMO2ULVacFbfhAL63f0222k02c9wIHc/thumbnail.png?time=0

        lesson

        How to Structure a React ProjectBeginner's Guide to Real World React

        There are many different ways to structure your apps' code. This lesson introduces some different approaches, including how I structure my projects and suggestions from the Facebook team themselves.