Creating a JavaScript UI framework for my own project! It's a learning journey and I'd like to to share my progress.
Id like to know what you think are the important details to include when creating a UI framework. As i work on this im only addressing the issues i face and i would like to know what other developers think are important to include in a UI framework.
I've written some blog posts about my progress so far:
1. Functional Web Components - https://positive-intentions.com/blog/dim-functional-webcomponents
2. Functional Todo App - https://positive-intentions.com/blog/dim-todo-list
3. Async State Management - https://positive-intentions.com/blog/async-state-management
4. Bottom-up Browser Storage - https://positive-intentions.com/blog/bottom-up-storage
#JavaScript #UIFramework #WebDevelopment #LearningJourney #StateManagement #WebComponents #OpenSource #Coding #Programming #FrontendDevelopment #AsyncProgramming #FunctionalProgramming #Blogging #TechCommunity
Dim: Functional Web Components | positive-intentions
Modern JavaScript frameworks like React JS and Vue JS have popularized the functional programming paradigm and declarative approaches to web app development. While these frameworks have made creating dynamic web applications more accessible, it's worth exploring the potential of web components in this landscape. Lit elements, with its minimalistic and declarative approach, stands out as an appealing base for leveraging web components in modern web and app development.
