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)
In Gatsby how to identify if current page being rendered is 404?
In src/pages I've setup a 404.js page per the docs "Adding a 404 Page". Within this file I'm calling my Layout component and also passing in location props.
In my Layout.js file I'm trying t...
DᴀʀᴛʜVᴀᴅᴇʀ
Votes: 0
Answers: 1
Use a domain name for an SPA and API
I have an React SPA that is hosted on Azure static Websites and the domain is currently managed through a different domain name company (happy to move it to Azure but haven't needed to at present)
The...
EnenDaveyBoy
Votes: 0
Answers: 0
flutter mailto and url_launcher to not work
I want to use email
and I use these two packages:
url_launcher: ^6.0.20
mailto: ^2.0.0
and I use this code :
launchMailto() async {
final mailtoLink = Mailto(
to: ['to@example.com'],
cc...
user17838882
Votes: 0
Answers: 2