Coder Social home page Coder Social logo

Comments (5)

nkrkv avatar nkrkv commented on June 30, 2024 1

Completely agree.

Few preferences:

  • sass / stylus β€” SASS. It is more readable, unambiguous and widespread (think of specialists)
  • D3 β€” do we ever need it? Can’t Angular be used for querying and event subscribing of SVG?
  • websocket β€” remove until we need em
  • eslint β€” remove in favor of tslint-eslint-rules
  • json5 β€” keep! Advanced users will write JSON5s by hand to extend the ecosystem

from xod.

nkrkv avatar nkrkv commented on June 30, 2024 1

tslint-eslint-rules is a fake project 😑

Just search https://www.npmjs.com/package/tslint-eslint-rules for TODO. There are 152 rules not implemented. Just 21 implemented.

from xod.

brusherru avatar brusherru commented on June 30, 2024

@nailxx about D3.
We don't really use its features right now. That library provides not just event handling, it provides transitions, scale, creating SVG objects, manipulate with geometry and etc.

But in case that we use d3, I think it will be better to create all SVG graphics with D3 and don't mix html+angular2+d3 (and as a result we get all view in one place, instead of describing SVG objects and some styles in HTML, attributes and some other styles for this objects in a component.ts and etc).

About tslint-eslint-rules β€” very sad.

from xod.

nkrkv avatar nkrkv commented on June 30, 2024

I think it will be better to create all SVG graphics with D3 and don't mix html+angular2+d3

I like the idea. We need to discuss how it can be done.

from xod.

nkrkv avatar nkrkv commented on June 30, 2024

Done already

from xod.

Related Issues (20)

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.