/basically-vanilla

Proof of concept that unites basic VanillaJS-ish components with different front-end libraries features - such as React an Vue

Primary LanguageJavaScriptApache License 2.0Apache-2.0

💮 Basically Vanilla 💮

About the project

This project consists of a proof of concept whose purpose is to unite basic common VanillaJS-ish components with different front-end libraries, such as React and Vue.

Exploring

  • Vanilla base: Basic app without most of the dependencies.
  • Vanilla app: App whose main project components were built using vanilla Javascript with JSX.
  • React app: App whose main project components were built using React with JSX.
  • Vue app: App whose main project components were build using Vue.js.