home.social

#litelements — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #litelements, aggregated by home.social.

  1. Functional Web Components with LitElements.

    For practice and learning i decided to create a #UIFramework to make LitElements more functional. i like the idea of webcomponents and #litElement, but i liked the #reactSyntax for what i see as "more readable" and "more maintainable" code. So i decided to create a simple todo app using a #functional approach with #LitElements.

    Im investigating additional features and improvements so i dont reccommend anyone to adopt using this yet. The implementation is far from finished, but seems to be working enough to test.

    Future improvements on this im looking into are:
    - bottom up state management
    - encrypted state persistence at rest

    Blog: positive-intentions.com/blog/d

    GitHub: github.com/positive-intentions

    Demo: dim.positive-intentions.com/?p

    #WebDevelopment #LitElements #JavaScript #FrontEnd #WebComponents #StateManagement #Encryption #Coding #OpenSource