Building an HTML5 Alien Periodic Table in React

Intended Audience: Web Developers

Estimated Reading Time: 3 minutes

In 2016, React was taking over frontend development — but most tutorials assumed a Node.js stack. What if you wanted to try React in an existing ASP.NET MVC application without overhauling your toolchain?

I built a demo called "Alien Periodic Table" to answer that question. The app displays a grid of randomly-generated element names with search functionality, demonstrating how to integrate React and TypeScript into a traditional .NET environment using Visual Studio 2015.

The Approach

Presentations

I presented this talk at two events in early 2016:

Code

The source code is available on GitHub: mikerandrup/alienperiodictable

Back to Home