Giter Club home page Giter Club logo

Comments (4)

vyakymenko avatar vyakymenko commented on July 30, 2024

@DmitryEfimenko , I have some idea, but maybe after implementation of Redis integration.

from angular-seed-express.

vyakymenko avatar vyakymenko commented on July 30, 2024

@DmitryEfimenko , I had created another issue for some new additions:
#5.

from angular-seed-express.

DmitryEfimenko avatar DmitryEfimenko commented on July 30, 2024

Improve routing idea

Currently if you want to add another route, you have to touch multiple files:

  • create file with actual route
  • import it to the index of a whatever service
  • init it in routes.ts

In case you want to have a more complex hierarchy, there would be even more files to touch (ex: user/preferences/domains/add)

I wrote some code that I use in some of my apps that automates this a bit. With it, you'd only need to touch two places:

  • create file with route handler function (say in this location: routes/user/preferences/domains/add)
  • write the route that connects the url to the handler function. Something like:
router.post('api/user/preferences/domains/add', routes.user.preferences.domains.add)

Basically the routes object generates automatically by walking through the folder routes however deep nested.
Do you think this would be a good addition to the project?

from angular-seed-express.

vyakymenko avatar vyakymenko commented on July 30, 2024

@DmitryEfimenko , interesting idea. I think it will a good improvement.
But we need to keep in mind, that @angular routes and express routes need to do not conflict, maybe we will need some gulp checker task for this one to prevent this case if developer will try to use route that is used by @angular. I will think about it.

from angular-seed-express.

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.