prinz_me Posted December 13, 2024 Posted December 13, 2024 Hi everyone, I’m a developer with 6 years of experience, primarily in Python and Django. Recently, I’ve decided to switch to JavaScript and explore server and client development for RageMP. I’m certain that most developers don’t rely solely on vanilla JavaScript for this. With that in mind, I’d like to ask: What are the most commonly used tools and frameworks for building server-side and client-side applications for RageMP? For example, is it feasible to use React for the client side and an ORM like Prisma for the server when working with Node.js? I’d love to hear from experienced developers who have already created projects in this ecosystem. Thanks in advance for your insights! 😊
prinz_me Posted December 14, 2024 Author Posted December 14, 2024 Hi @rootcause I'll appreciate if you could share your thoughts and experience as you have made a lot of amazing resources!
ConnorGuy Posted December 14, 2024 Posted December 14, 2024 (edited) Hey yes you can use many types of flavours, you should use Vite and Typescript and React, or maybe even Typescript and Vue with Svelte. You didn't have to use Typescript you can just use JavaScript with them too. Edited December 14, 2024 by ConnorGuy
prinz_me Posted December 14, 2024 Author Posted December 14, 2024 Hi @ConnorGuy thank you for your answer! So basically I can choose any tools and use it for RageMP? Tools are just tools, right?
ConnorGuy Posted December 14, 2024 Posted December 14, 2024 Basically yes, well React is a tool, and Vue is a toolkit Checkout this made by shrox, This is Vite, TypeScript and React. 1
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now