A collection of awesome things regarding Frameworkless
- Framework Compass Chart - A tool to choose a framework for your next project
- Make the Magic go away - Thoughts of Uncle Bob about Frameworks
- No Frameworks, Part 1 - Thoughts of Matteo Vaccari about Frameworks
- No Frameworks, Part 2 - Thoughts of Matteo Vaccari about Frameworks
- ViennaJS Semptermber 2018 - Framework Compass Chart - A tool to choose a framework for your next project
-
8 lines of code - Greg Young: How to organize code so that we don't need most of the magic provided by frameworks: IoC containers or AoP and dynamic proxies
-
Going #frameworkless in the backend: video, slides, repository - Matteo Vaccari: how to take a common Spring-Boot-based microservice and change it to not need Spring anymore
- Vanilla JavaScript and HTML - No frameworks. No libraries. No problem
- A modern JavaScript router in 100 lines - How to create a router for a single page application
- Create a fully Reactive UI Framework with JavaScript Proxies and Virtual DOM - How to use JavaScript Proxy to create a reactive architecture
- What’s the Document Object Model, and why you should know how to use it - An introduction about Document Object Model and how to manipulate it
- Developing small JavaScript components WITHOUT frameworks - How to create JavaScript components (Part 2, Part 3)
- A Simple, Light and Frameworkless web-component, declared as a custom HTML element - This tiny project represents a proof of value, following TDD approach, about the possibility to realize interesting UI widget without use any framework (VanillaJS).
- Frameworkless Web Development - How to create reusable Web Components in JavaScript using no framework
- Frameworkless SPA - Frameworkless Single Page Application: From Theory to Implementation