aws-samples / aws-sdk-js-notes-app

A simple note taking application using modular AWS SDK for JavaScript (v3)
Other
81 stars 28 forks source link

Experiment with SolidJS instead of React #45

Closed trivikr closed 2 years ago

trivikr commented 2 years ago

Is your feature request related to a problem? Please describe.

Not a problem, as React is still the most popular frontend framework out there.

In the workshop code which this repo is based on, there were requests on using Vue/Svelte instead:

There's a new kid on the block called SolidJS which is essentially React meets Svelte.

SolidJS released v1.0.0 on 2021/06/28, and it's trending online (like on Twitter or dev.to) - primarily because of it's performance improvements.

Describe the solution you'd like

Frontend written in SolidJS instead of React

Describe alternatives you've considered

Stick with React, as it's still the most popular UX library out there.

trivikr commented 2 years ago

Recently written Introduction to the Solid JavaScript Library seems to be the best introduction to SolidJS.