react app and the backend I'm using is Django, and the API response is in snake_case, should I convert it to camelCase and send to the front-end or do the snake_case to camelCase conversion on the front-end or should I just use the snake_case as it is on the front-end?
Why not use camelCase all through
Обсуждают сегодня