• Home
  • CyberSecurity
  • Blog
Alan's place

From React SPA to ASP.NET core EF

  • react
    React,  Typescript

    Publish npm Typescript react component

    September 13, 2018

    We have a couple small react component libraries to share. In addition to host the libraries at github.com, the best approach is to publish them at npm so that others can readily use them. So I went through the process to publish npm typescript module, documented it and share my steps to whoever might want to do the same. There…

    Read More
    Alan Chan No Comments
  • react
    CSS,  React

    react route transition css: css-transitioner

    September 10, 2018

    css-transitioner is a small footprint React wrapper component to enable react route transition (i.e. perform transition when changing route page). It works with client side routing to switch between pages. It all started out when we wanted to add transition to our page routing, instead of switching pages in a flash. However, we couldn’t find an easy way to make…

    Read More
    Alan Chan No Comments
  • react
    ASP.NET Core,  React,  Webpack

    Hot Module Replacement (HMR) with React, ASP.NET Core

    September 3, 2018

    Hot module replacement (HMR) or hot loading is a feature of webpack allowing real time update of modules while the application is running, which could significantly speed up development. Enable Hot module replacement Goal: To enable HMR in the React application in a simple setup. Base project code: Example code from React with Typescript, Get started with ASP.NET Core serves as starting…

    Read More
    Alan Chan No Comments
  • react
    ASP.NET Core,  React,  SPA

    React Routing with redux-little-router, ASP.NET Core SPA

    August 29, 2018

    React Routing with redux-little-router is part 5 of a 5 parts React with ASP.NET Core series. This series will show you the setup necessary for building React single page application with routing and server-side rendering. For traditional web site that server is responsible to render all web pages, each page change requires browser to request and re-run the page from…

    Read More
    Alan Chan No Comments
  • react
    ASP.NET Core,  React

    React with Server Side Rendering, ASP.NET Core

    August 22, 2018

    React with Server Side Rendering is part 4 of a 5 parts React with ASP.NET Core series. This series will show you the setup necessary for building React single page application with routing and server-side rendering. With the advance of technologies and more power devices/computers, websites have evolved from simple static files, server side rendering to generate static HTML pages,…

    Read More
    Alan Chan 6 Comments
  • react
    ASP.NET Core,  React

    React with Redux, Get started, with ASP.NET Core

    August 15, 2018

    React with Redux is part 3 of a 5 parts React with ASP.NET Core series. This series will show you the setup necessary for building React single page application with routing and server-side rendering. What is Redux? Official answer: Redux is a predictable state container for Javascript apps. In other words, it is a single data store to manage and…

    Read More
    Alan Chan No Comments
  • react
    ASP.NET Core,  React,  Typescript,  Webpack

    React with Typescript, Get started with ASP.NET Core

    August 11, 2018

    React with Typescript is part 2 of a 5 parts React with ASP.NET Core series. This series will show you the setup necessary for building React single page application with routing and server-side rendering. When I first dived into migrating from traditional server side rendering towards more focus on client side rendering using React, one major decision to make was…

    Read More
    Alan Chan No Comments
  • react
    ASP.NET Core,  React,  Webpack

    React with ASP.NET Core, Get started using Visual Studio

    August 8, 2018

    React with ASP.NET Core Series – Part 1: This is part 1 of a 5 parts React with ASP.NET Core series. This series will show you the setup necessary for building React single page application with routing and server-side rendering. When I first started working on React, I struggled for quite a while in setting up the project correctly. Even…

    Read More
    Alan Chan No Comments
Newer Posts 

Recent Posts

  • Feb 04, 2019 React code splitting and server-side rendering with ASP.NET Core – Part 2
  • Jan 21, 2019 React code splitting and server-side rendering with ASP.NET Core – Part 1
  • Nov 14, 2018 Simple long polling in ASP.NET Core SPA
  • Oct 24, 2018 redux-first-router, migrate from redux-little-router, for React/Redux SPA
  • Oct 15, 2018 redux-first-router vs redux-little-router for React/Redux SPA
  • Oct 08, 2018 Improve React/Redux SPA Performance, with ASP.NET Core – Part 2
  • Oct 01, 2018 Improve React/Redux SPA Performance, with ASP.NET Core – Part 1
  • Sep 27, 2018 React async rendering, getting prepared
  • Sep 24, 2018 route transition for redux-little-router, react ASP.NET Core
  • Sep 18, 2018 Prevent body scrolling for safari/chrome
Savona Theme by Optima Themes