Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/jmas/todo-list-example-with-php-stimulus-turbolinks

Todo List Example with PHP+Stimulus+Turbolinks
https://github.com/jmas/todo-list-example-with-php-stimulus-turbolinks

javascript php stimulus turbolinks

Last synced: 26 days ago
JSON representation

Todo List Example with PHP+Stimulus+Turbolinks

Awesome Lists containing this project

README

        

# Todo List Example with PHP + Stimulus + Turbolinks

Here is small example that demonstrate basic approach of create simple
Todo application using Stimulus Framework and Turbolinks.

## The Goal

1. Make an application that mix Stimulus and Turbolinks;
2. Application should feels like Single Page Application;
3. Application should use minimum of JavaScript on the Application level;
4. Application should use progressive enhancement web-design strategy;
5. Application should be server-side rendered.