DEV Community

Paris K Abusalih
Paris K Abusalih

Posted on

Appreciate your suggestions and feedback

Dear Friends,

I am thinking of developing a PWA (Progressive Web App) for a Simple Accounting Software using the PERN stack (PostgreSQL, Express, React, and Node.js).

Is it possible to develop a PWA for an accounting software? I believe the frontend and functionality can be implemented effectively.

I would appreciate your suggestions and feedback. Any expert advice that could help me get started would be highly valuable. If there are any existing PWA accounting software projects, please guide me in the right direction.

Thank you!

Top comments (1)

Collapse
 
webjose profile image
José Pablo Ramírez Vargas
  1. Thinking in terms of stacks is harmful. Stack names like MERN, PERN, etc. are just hype talk. You select your stack based on a combination of what you know, what you need and what you can afford. That's it.
  2. React for new projects is, to put it very mildly, not ideal. React is nowadays one of the worst performing frameworks. There are newer, more performant frameworks out there that are easier to work with. My favorite by far is Svelte. Svelte uses SFC's; SolidJS uses JSX. If you love JSX, try SolidJS.
  3. Accounting software has nothing special about it. Is not like it imposes any particular or specific requirement so that it would rule out programming languages or hardware platforms.

Qodo Takeover

Introducing Qodo Gen 1.0: Transform Your Workflow with Agentic AI

Rather than just generating snippets, our agents understand your entire project context, can make decisions, use tools, and carry out tasks autonomously.

Read full post

👋 Kindness is contagious

Please leave a ❤️ or a friendly comment on this post if you found it helpful!

Okay