Skip to content
#

routes

Here are 445 public repositories matching this topic...

MicroWebSrv2

The last Micro Web Server for IoTs (MicroPython) or large servers (CPython), that supports WebSockets, routes, template engine and with really optimized architecture (mem allocations, async I/Os). Ready for ESP32, STM32 on Pyboard, Pycom's chipsets (WiPy, LoPy, ...). Robust, efficient and documented!

  • Updated Jun 28, 2021
  • Python
JoepKockelkorn
JoepKockelkorn commented Oct 11, 2020

What is this feature?

When developing in a nx.dev monorepo setup the following setup is quite normal: An app has two (lazy loading) feature modules mounted:

  • BooksModule mounted under books
  • OrdersModule mounted under orders

In a loosely coupled way, both features contain components that point to components of the other feature. For example, books has a routerLink pointing

alexhoma
alexhoma commented Dec 28, 2019

Description
It's not a bug. I've found a way to use the link function in a simpler way. The createRouteLinks function returns an object with only one function inside and I think this can be changed.

Describe alternatives you've considered
Return a function instead of an object, to simplify the usage. ⚠️ It will break the library API.

Related code:
https://github.com

Improve this page

Add a description, image, and links to the routes topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the routes topic, visit your repo's landing page and select "manage topics."

Learn more