python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
React Router V6 nested Routes with i18n
I have a question about React Router V6 nested with i18n.
This is my first multi-language service.
const MainPage:React.FC = () => {
const lang = i18n.language;
return (
<>
&l...
Jerry
Votes: 0
Answers: 3
Is the a way to nest routes when the routes are not defined properly ruby
I want to go down a deep repository where the routes are not defined properly.
with the brute fix, I can go down 2 levels.
is there a way to get access to multiple parameters and go down n levels deep...
Aman Dhruva t̠ĥǎm᷂m᷁iͮn͖a͍a̠
Votes: 0
Answers: 0
Nested Route not working in react router dom for my admin dashboard
I have an admin dashboard and I Implemented it nested Route successfully But its does not render the page. when I click it shows this
It change the URL but not render the page
How i fix this, if any...
vinod sharma
Votes: 0
Answers: 2
Rails 7: Nested resources/forms not working
i have three models:
class Checklist < ApplicationRecord
belongs_to :page
has_many :groups
has_rich_text :description
# validates_presence_of :title
end
class Group < Applicatio...
pkberlin
Votes: 0
Answers: 1