#Nest JS is very fast but No Note taking app build with this...Not sure why
20 messages · Page 1 of 1 (latest)
What?
?
Does anyone knows any note taking app built on nest js ?
NestJS is a Node framework. How would a note taking app work?
If there's a UI you either want electron (desktop app) or a web framework (angular, vue, astro, react, pick your poison). Nest would be the server side of things
@pliant axle I understand they are lot of open source already build with different back-end. That would be easy to be takne as front-end bu don't see though Nest.js is very powerful
I don't understand what you mean though. Nest is mostly used as a server side framework, and any old CRUD application would essentially be a Note taking server, right? It would handle the persistance of the data in a database, but there needs to be a UI for the interactivity with a user.
So please, be explicit in what you're looking for here, because I don't understand by "note taking app with NestJS"
Example, Horizontal tabs, Vertical Tabs, Full text search
Privacy oriented, without vendor lock in note organizer, todo list desktop application. - GitHub - Ogefest/Notepack: Privacy oriented, without vendor lock in note organizer, todo list desktop appli...
Simplenote for Web, Windows, and Linux. Contribute to Automattic/simplenote-electron development by creating an account on GitHub.
These are all UIs. Nest is not a UI framework, it's a NodeJS framework. You use it for servers, bots, CLIs, CRON jobs, but not UIs
Are you perhaps confusing Ne__s__tJS with Ne__x__tJS?
no. i undertstand it is a server. what i meant but interested if someone developed the same above front-end using nest js as back-end
Again, pretty much any CRUD app would be essentially what you need for that
if not that, hard...is it possibe for you to integrate one with nest js as POC?
to help new beginners and learns to create such apps
I mean, I could, but why? There's so many CRUD tutorials already, what's the need for one more that specifically notes instead of Tasks, or Todos, or a Bookstore?
don't find a mixed one basically which has vertical, horizontal and cleaner ui
What does the UI display of days have to do with how the server returns it?
Dataloader is a library to to get large number of sets in batching and vahing data
https://hygraph.com/blog/graphql-n-1-problem
https://medium.com/the-marcy-lab-school/what-is-the-n-1-problem-in-graphql-dd4921cb3c1a
My Understanding
Schema - What is the incoming request type
Resolver - Process the incoming request values and matches with schema
Execute resolver (N+1) based on the schema if dataloader doesn't exist. Execute resolver as per the number of it
Question: i saw several api's and execution happen in the resolver method. resolver calls the service method and service method calls repository and get the result.
a) i need to avoid N+1
b) how to calls service method apis if i need to with resolvers
please advise
How to solve the graphql n+1 problem
what tf is this conversation lmao