• react
    Uncategorized

    redux-first-router, migrate from redux-little-router, for React/Redux SPA

    This is a simple tutorial showing how to switch from [crayon-6567215344765417527930-i/] to [crayon-6567215344769726345198-i/]. The settings are pretty similar so the changes should be easy to understand. For more information about comparison of the 2 router packages, check out my other post redux-first-router vs redux-little-router for React/Redux SPA Get started Goal: To use [crayon-656721534476a462246905-i/]. Base project code: Example code from React Routing with redux-little-router, ASP.NET…

  • react
    Uncategorized

    Improve React/Redux SPA Performance, with ASP.NET Core – Part 2

    After taking steps to optimize React component rendering discussed in Improve React/Redux SPA Performance Part 1, let’s look at other aspect of the application that can further improve the performance and loading speed. Minimize application bundle size The smaller the application bundle size, the faster the initial loading would be. Code splitting The initial bundle only contains modules needed to render…