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: 5 months ago
JSON representation
Todo List Example with PHP+Stimulus+Turbolinks
- Host: GitHub
- URL: https://github.com/jmas/todo-list-example-with-php-stimulus-turbolinks
- Owner: jmas
- Created: 2018-09-24T11:37:15.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-09-24T15:03:15.000Z (almost 7 years ago)
- Last Synced: 2025-01-07T00:54:25.233Z (6 months ago)
- Topics: javascript, php, stimulus, turbolinks
- Language: PHP
- Size: 4.88 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
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.