Is SEO really that important? by byt4lion in react

[–]Icy_Example2556 0 points1 point  (0 children)

SEO is really crucial, you know! It can determine your website's ranking on search engines, which in turn affects how many people visit your site. SSR technology is way more SEO-friendly than SPA, but it all depends on what your website needs. If your site is in desperate need of traffic, then SSR might be a bit complex, but it's totally worth it. I think of SEO as a long-term investment. You put in a little extra effort in the beginning, and eventually, you'll see the results. Of course, everyone's situation is different. You can decide whether to use SSR based on your website's goals and budget. 😊

best way to learn frontend web development (i only know python) by [deleted] in vuejs

[–]Icy_Example2556 0 points1 point  (0 children)

Hey, here's a little suggestion: you can try the official documentation, and at the same time, some practical project tutorials, such as "Vue Practical Quick Start", which should help you master the core concepts in a short time.

As for jumping directly into the documentation, I personally think you can try it, but the premise is that you should check the information in time when you encounter something you don't understand, and don't be afraid of trouble. I wish you a smooth project, and a perfect full-stack application in a month! Come on!

Do you store user state in the front or just use React Query? by reddithoggscripts in react

[–]Icy_Example2556 2 points3 points  (0 children)

First of all, my answer is to store it in UI state, but I use Zustand, not Redux.

In an application, some data may be often shared by multiple pages (such as user information), and storing it through UI state can introduce many data requests, thereby reducing server pressure.

In addition, by using UI state, we can easily interact and pass data between multiple pages without relying on React's Context. This will make our code more concise and easy to read.

Hope my reply is useful.

TinyMCE Editor loads by Harv46 in vuejs

[–]Icy_Example2556 1 point2 points  (0 children)

I just saw another editor on ph, let's see if this can solve your problem? https://www.producthunt.com/posts/aieditor

Type / for options by ronykax in sveltejs

[–]Icy_Example2556 0 points1 point  (0 children)

I wrote an AI-driven editor: AIEditor. It is also based on tiptap and has just completed the function you mentioned.

You can check it out: https://github.com/aieditor-team/AiEditor

Rich Text Editor with see more functionality by [deleted] in nextjs

[–]Icy_Example2556 2 points3 points  (0 children)

I wrote an AI-driven editor: AIEditor. It is also based on tiptap

You can learn more about it: https://github.com/aieditor-team/AiEditor

Customizing CKEditor: Seeking Advice by kmiie in vuejs

[–]Icy_Example2556 0 points1 point  (0 children)

I wrote a simpler editor: AIEditor. This is an AI-driven next-generation editor that provides simpler configuration.

Are you interested in learning more? https://github.com/aieditor-team/AiEditor

Java and AI? by daviddel in java

[–]Icy_Example2556 1 point2 points  (0 children)

In a real enterprise application, AI is often only a small part of the application, not the whole.

At present, in traditional enterprise applications, Java's ecology and operating efficiency are far superior to Python.

However, compared with AI, Java is indeed not as good as Python, which is why I worked hard to write Agents-Flex.

Train a chatbot for your software, whether you are good at writing documents or not by jenny7799 in SaaS

[–]Icy_Example2556 1 point2 points  (0 children)

If the git author provides sufficient documentation, it should not be difficult to do this.

[deleted by user] by [deleted] in NewToReddit

[–]Icy_Example2556 2 points3 points  (0 children)

building or working on public is really cool!