Skip to content

TomaszKandula/VanillaSPA

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

VanillaSPA

This project has been created to test the concept presented by an author in the following article JavaScript: Vanilla Single Page Applications (SPA).

Description

  1. Imitates React.js. It is Single Page Application, with no multi-pages.
  2. Can use components.
  3. Have no state management.
  4. It is fully written with plain JavaScript, with no server-side rendering.

Front-end

  1. Bulma CSS framework v.0.9.0 via CDN.
  2. Bulma divider 0.2.0 via CDN.
  3. Vanilla JavaScript.

End note

This demo serves as a plain JavaScript play ground.