Giter Club home page Giter Club logo

squidjs's Introduction

SquidLabs - Tentacles

Tentacles and it's supporting libraries are an application framework for .NET available under the Apache License Version 2. The framework is opiniated, but it is flexible enough to allow you to pick and choose components relevant to your solution.

Presentation

  • React .Net + Api
  • Asp.net Core MVC
  • Service
  • Console
  • gRpc

Domain

  • Domain Objects (aggregate,entity,value)
  • Domain Object Unit Tests
  • Domain Events
  • Specification
  • DataStore and ClientFactory
  • EventStore
  • FileStore

Application

  • Repository
  • Repository Unit Tests
  • Mapper for Repository domain types to DataStore
  • Mapper tests
  • ISearchableRepository (translate a specification into a datastore search)
  • DataStore and ClientFactory
  • CQRS (DI, gRpc, Rabbit?) Throttling?

Infrastructure

  • DataStore and ClientFactory
  • DataStore basic unit tests memory cache
  • DataStore basic unit tests file
  • ClientFactory basic unit tests? memcache options? fileoptions?
  • DataStore Integration Tests
  • DataStore Dependency Injection Tests
  • ISearchable DataStore
  • Domain Event Messaging Infrastructure

squidjs's People

Contributors

rickbutler avatar

Watchers

 avatar  avatar  avatar

squidjs's Issues

Implement DOM Tree Tracker

Implement a DOM tree tracker to be used as the basis for virtual DOM diffing. DOM diffing will be compartmentalized based on tree (the whole document won't be diffed).

  • Consider using MutationObserver for invalidating tree if the performance is there.

  • All DOM changes must run through SquidElement or SquidJS functions, changes outside will trigger mutation observer and remove elements from tree.

Implement Components

A function that generates a function to initialize a DOM element from a model and and template. It also provides a framework for UI events.

What type of component behavior? should we allow UI events to change DOM inside component (dirty) or force UI events to trigger changes to outside state, and outside state changes are then used for re-renders.

May need Redux style state reducer tracking or Clojure style immutability. (Undo)

Implement Immutable Sequences

Implement Lazy.js/Immutable.js style sequences as the collection types used and returned by SquidJS functions.

Everything as/is a Sequence.

Auto-convert Node/Element/HTMLElement and their derived types to SquidElements.

  • Who should track changes? Sequence or SquidElement?
  • Should SquidElement lazily create virtual-dom object?
  • Should Sequence call virtual DOM diff on each element for a Render or grab all SquidElements and pass them at once?
  • What should peeking the element do? create virtual DOM representation at that point? Peek the actual element?

A Sequence needs to be aware that is operating on multiple elements, and apply those changes in a single requestAnimationFrame when Render is called.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.