Skip to content
#

Nest

nestjs logo

Nest (NestJS) is a framework for building efficient, scalable Node.js server-side applications. It uses progressive JavaScript, is built with and fully supports TypeScript (yet still enables developers to code in pure JavaScript) and combines elements of OOP (Object Oriented Programming), FP (Functional Programming), and FRP (Functional Reactive Programming).

Nest provides an out-of-the-box application architecture which allows developers and teams to create highly testable, scalable, loosely coupled, and easily maintainable applications.

Here are 4,081 public repositories matching this topic...

ToolJet
gondar00
gondar00 commented Dec 30, 2021

Version Information

Latest

Environment

MacOS

What is the expected behaviour?

Events should be classified based on route

What is the current behaviour?

Events are spread across components, instead we need a single place for all keyboard events, and segregation between global events/ route events + option to override global events if on specific route + option to over

amplication
salihozdemir
salihozdemir commented Dec 7, 2021

Describe the bug
When I want to add staticly <Menu.Item> on my CustomSider. useMenu returns selectedKey as "notfound" but it should return the current location pathname. In this way, i can manage selected menu item with their key name.

Expected behavior
When useMenu cannot find the resource, it should return location pathname.

**Desktop (please complete the following informa

A TypeScript RPC framework, with runtime type checking and serialization, support both HTTP and WebSocket. It is very suitable for website / APP / games, and absolutely comfortable to full-stack TypeScript developers.

  • Updated Dec 29, 2021
  • TypeScript

Created by NestJS

Released May 14, 2017

Latest release about 1 month ago

Repository
nestjs/nest
Website
nestjs.com