-
Updated
Sep 29, 2021 - Dart
#
routes
Here are 445 public repositories matching this topic...
Open screens/snackbars/dialogs/bottomSheets without context, manage states and inject dependencies easily with Get.
dart
http
mobile
framework
web
state-management
internationalization
routes
dependency-injection
get
flutter
getx
Use your Laravel named routes in JavaScript
-
Updated
Sep 26, 2021 - JavaScript
A simple middleware-style router for isomorphic JavaScript web apps
-
Updated
Sep 23, 2021 - TypeScript
Display your Laravel routes in the console, but make it pretty. 😎
-
Updated
May 3, 2021 - PHP
Sustainable transport planning with R
r
routes
transportation
routing
cycle
spatial
transport
rstats
r-package
cycling
walking
origin-destination
peer-reviewed
transport-planning
pubic-transport
desire-lines
route-network
-
Updated
Sep 2, 2021 - R
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!
ssl
http
cors
iot
template-engine
web-server
async
micropython
asynchronous
routes
https
websocket-server
websocket
esp32
websockets
pyboard
wipy
pycom
hc2
microwebsrv
-
Updated
Jun 28, 2021 - Python
Web-socket server/client with multi-process and parse templates support on server and send/receive options on client
-
Updated
Jun 20, 2021 - PHP
ES7 decorators that simplify Koa and Express route creation
-
Updated
Apr 28, 2020 - JavaScript
[NO LONGER MAINTAINED] Provides a wrapper for router-view that allows you to show error pages without changing the URL.
-
Updated
Sep 28, 2021 - JavaScript
-
Updated
Sep 30, 2021 - TypeScript
Laravel localization package for wrapping routes in multiple locale prefixes
-
Updated
May 4, 2021 - PHP
Laravel Healthchecks is a simple controller class that helps you build your own healthchecks endpoint without issues.
php
laravel
web
server
controller
routes
healthcheck
healthchecks
laravel-healthchecks
healthchecks-endpoint
-
Updated
Sep 21, 2021 - PHP
List of concepts and code snippets that would help in learning Golang and apply in Web Development 🎉
golang
middleware
snippets
unit-testing
database
study
forms
routes
concepts
learning-golang
webdevelopment
middlware
parsing-xml-data
-
Updated
May 31, 2020
-
Updated
Sep 14, 2021 - TypeScript
A plugin for RubyMine and IntelliJ IDEA Ultimate that adds a panel with routes of Ruby on Rails application.
-
Updated
Feb 4, 2021 - Java
Dedicated controllers for each of your Rails route actions.
-
Updated
Aug 31, 2021 - Ruby
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.
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.
Add this topic to your repo
To associate your repository with the routes topic, visit your repo's landing page and select "manage topics."
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 underbooks
OrdersModule
mounted underorders
In a loosely coupled way, both features contain components that point to components of the other feature. For example,
books
has a routerLink pointing