Download as KEY, PPTX
- 1 / 23
- 2 / 23
- 3 / 23
- 4 / 23
- 5 / 23
- 6 / 23
- 7 / 23
- 8 / 23
- 9 / 23
- 10 / 23
- 11 / 23
- 12 / 23
- 13 / 23
- 14 / 23
- 15 / 23
- 16 / 23
- 17 / 23
- 18 / 23
- 19 / 23
- 20 / 23















![Route Paths
• Can be a string '#/say_my_name'
• Or a regular expression /#/by_name/(.*)/ params[‘splat’]
• Named params '#/by_name/:name' params[‘name’]](https://image.slidesharecdn.com/sammy-090723013002-phpapp02/85/All-About-Sammy-16-320.jpg)







The document introduces Sammy, a client-side JavaScript framework inspired by the Sinatra framework, designed for single-page applications. It covers features such as routing using the URL hash, client-side forms, templates, and data storage options. Sammy, being lightweight at around 7kb when minified, facilitates the creation of interactive web apps while maintaining bookmarks and back button functionality.















![Route Paths
• Can be a string '#/say_my_name'
• Or a regular expression /#/by_name/(.*)/ params[‘splat’]
• Named params '#/by_name/:name' params[‘name’]](https://image.slidesharecdn.com/sammy-090723013002-phpapp02/85/All-About-Sammy-16-320.jpg)






