fivem-react-boilerplate-lua icon indicating copy to clipboard operation
fivem-react-boilerplate-lua copied to clipboard

Basic Lua & React (TypeScript) boilerplate for FiveM

Results 6 fivem-react-boilerplate-lua issues
Sort by recently updated
recently updated
newest added

_I'm adding prettier options, because nowadays almost everybody uses Prettier._ **Pull Request Checklist**: * [x] Have you followed the guidelines in our contributing document and Code of Conduct? * [x]...

will allow anyone that uses template to just git add . without the need to add ignores and stuff for node_modules which is the boogy man of big files

**Pull Request Description** Using Vite instead of craco for faster dev server startup and building times, the boilerplate is generated using Vite's create cli. **Pull Request Checklist**: * [X] Have...

dependencies
discussion

**Pull Request Description** Users having issue with white background over the UI so I added transparent to the index.css https://discord.com/channels/791854454760013827/795438488610537552/980474391093727256 **Pull Request Checklist**: * [x] Have you followed the guidelines...

Hey ! I'm wanting to start my first React project in FiveM but I've some questions that came up while reading React's official documentation. It seems that some things have...

I made a vehicle hud that displays speed, gear and rpm when inside a vehicle. It doesn't have any buttons to click, so it doesn't use the native `RegisterNUICallback` at...