Embracing ReactJS-style UI rendering in altseven with ES6 Template Literals - Part III

Update ------------ Parts of this post are no longer accurate, as altseven 3.

Embracing ReactJS-style UI rendering in altseven with ES6 Template Literals - Part II

Eighteen days seems like forever in the Internet age. It was only eighteen days ago that I wrote Part I of this article about challenges solving some problems with building a React-style rendering solution in the altseven JavaScript framework.

Setting up and Running the Tasklist altseven example app

Since I am covering the tasklist application in some detail, I'd like to walk you through the process of setting it up so you can run it yourself.

Embracing ReactJS-style UI rendering in altseven with ES6 Template Literals - Part I

I spent yesterday adding support for ES6 Template Literals as an alternative to Mustache/Handlebars.

UI library gadget-ui updated with ES6 module support

I just published gadget-ui v. 6.0.0. There are no significant changes or additions to the library itself, but I have added ES6 modules exports to support importing the library, in whole or in part, using the ES6 import command.

tasklist - Client Application for a NodeJS REST API- Part I

A few days ago, I posted a NodeJS application built around a REST API, and some further thoughts around architecture with the NodeJS mysql package.

Exploring Architecture with the NodeJS mysql package

In software design, architectural choices have a significant influence on the maintainability of your code base.

Creating a NodeJS REST API with Express and MySQL

NodeJS offers the ability to build Web apps using JavaScript.

gadgetui.input.FileUploader example - Part III - database and CFML engine

In parts I and II of my FileUploader example code, I showed you the client-side and server-side code for the FileUploader component and some example code for a CFML-based server-component to handle the uploaded data.

So I created a JavaScript framework ...

Last year, and largely as an academic exercise, I created a JavaScript framework called altseven.