Skip to content

Active Search #66

Answered by genifycom
genifycom asked this question in Q&A
Sep 15, 2024 · 3 comments · 5 replies
Discussion options

You must be logged in to vote

Ok, got it all working. Don't want to mess up your project, but here is the working page. Woohoo!

Love the idea. Blazor SSR is crucial to me because of running SSR in AWS Lambda serverless.

In such a scenario (which I have been using successfully for numerous client projects) only supports SSR.
There is no SignalR or Blazor WASM in the AWS Serverless environment.

To fully render this page, you will need bars.svg in folder img under wwwroot to see the searching icon.
Not sure if line three (the HtmxRoute) is needed.

@inherits ConditionalComponentBase
@page "/examples/active-search"
@attribute [HtmxRoute("/examples/active-search", Methods = [HttpMethods.Post])]

<PageTitle>Htmxor - Examples…

Replies: 3 comments 5 replies

Comment options

You must be logged in to vote
0 replies
Answer selected by egil
Comment options

You must be logged in to vote
2 replies
@genifycom
Comment options

@egil
Comment options

egil Sep 17, 2024
Maintainer

Comment options

You must be logged in to vote
3 replies
@egil
Comment options

egil Sep 18, 2024
Maintainer

@genifycom
Comment options

@egil
Comment options

egil Sep 20, 2024
Maintainer

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #65 on September 16, 2024 08:47.