Next.js Discord

Discord Forum

Problem with components

Unanswered
Brown bear posted this in #help-forum
Open in Discord
Brown bearOP
Hello! I'm creating a website for creating and managing ERC-20 tokens. The token management subpage consists of forms that allow individual operations (e.g. burn, pause). To check what operations a given token supports, I need to use a server function. The best solution would be to use this function inside the server component, but I can't do that because it contains forms (client components). How else can I do it?

0 Replies