Project Details

HTMX Demo React Website

HTMX Demo React Website
HTMX Demo React Github Project

Learning React - Again

As previously stated, we have an HTMX Demo back-end which provides us RESTful API's serving JSON, and GraphQL API's that also serve JSON, but in a different format. This stable back-end provides a framework where we can write multiple front-ends (UI's) in different technologies.

This particular React project is not as advanced as other React projects I have done. As a matter of fact, this hasn't had any work done to it yet. I was advised that before we take to learning React we should first understand HTML, CSS, and vanilla Javascript first and foremost. It was suggested that once you understand vanilla Javascript, then learning React would be much easier.

This project will get started after I finish the vanilla Javascript version.