Giter Club home page Giter Club logo

Comments (4)

qgustavor avatar qgustavor commented on September 17, 2024

I think the website could be reworked in some ways:

  • Rename the Leaflet tutorial title...
  • Stylesheets could use CDNs, like scripts.
  • Inline styles and scripts could be moved to their own files.
  • border-radius doesn't need vendor prefixes, so those can be removed.
  • There are some unused variables on the website code, like this one.

I can send a pull request fixing the above points, but I also have some questions:

  • How about using a linter?
  • Is it OK to keep using modern JavaScript features (like async/await and fetch)?
  • If the website becomes complex try to keep it "vanilla" or use some library?

In most of my projects I like using Vue (which I think it's easy to learn and is also "incrementally adoptable") and Standard (which some people might not like because it avoids semicolons... but, well, Python don't use those). But those are my personal preferences, I will try to keep using the same code style if you prefer.

from brumadinho_location.

glauberfc avatar glauberfc commented on September 17, 2024

I think React can be a good choice

from brumadinho_location.

qgustavor avatar qgustavor commented on September 17, 2024

@glauberfc I'm fine with React, but I find Vue's "incrementally adoptable" good for this project as we can just add a <script> for now instead of requiring a build step to compile JSX or having to avoid it.

Edit: can I use Standard (or even Semi-Standard)?

Edit 2: I just noticed that #15 would be a better place to place those ideas.

from brumadinho_location.

vaniaon avatar vaniaon commented on September 17, 2024

Guys,

Since now we have a list of independents projects, I think we can use frontend technologies that the first front dev who take the project are more familiar with. The idea is using microservices and devops technologies for integrate them.
As I wrote in the readme, once you are working on a project, this put a comment there for everyone know.

I am closing this issue.

from brumadinho_location.

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.