Random projects / code samples from Q&A streams. This repo could be better organized...
-
jonahjoe
- How to address issues related to IE browser as most of the code doesn't work there (ES6 classes etc..)
- https://caniuse.com/
- Polyfills
- https://www.npmjs.com/package/core-js
- Can be implemented with javascript code
- Transpilation
- CSS AutoPrefixer
- post css
- How to address issues related to IE browser as most of the code doesn't work there (ES6 classes etc..)
-
Array.prototype.reduce
-
Alca
- What's WeakMap good for?
-
kevitaka
- How would you secure an api without any sort of user login? For example your front end hits a third party api using an api key. Since you can't securely store the api key on the front end, you move that api call to a node backend. But is there a way to prevent others from accessing your api?
-
NotBlueBeast
- what framework should I use for mobile apps?
- Native UI - Domain Specific Language that renders to native UI elements
- Nativescript
- React Native
- Vue Native
- Svelte Native
- Hybrid Mobile - a web view running inside a native mobile app
- Cordova / Phone Gap
- Quasar
- Framework 7
- Capacitor
- Ionic
- Cordova / Phone Gap
- PWA
- any web browser that supports it
- Native UI - Domain Specific Language that renders to native UI elements
- what framework should I use for mobile apps?
-
Dav1dsnyder404
- is it possible to animate between navlinks in react router?
-
mapll3
- is there an industry standard for styling in reactjs? maybe some react devs can share what they use at their jobs?
- Global CSS
- Inline styles
- Don't do this
- css in js
- styled components
- css modules
- is there an industry standard for styling in reactjs? maybe some react devs can share what they use at their jobs?
-
Shaayan
- a silly question: I’ve never had my own hosting and domain. I use services like now.sh or heroku to deploy my website. What should I know before deploying my website using my own domain and hosting? What’s the difference if I want to just deploy a static website vs a full-stack website (client and sever) ?
- You can buy a domain anywhere...
- And then configure DNS!
- You can buy a domain anywhere...
- a silly question: I’ve never had my own hosting and domain. I use services like now.sh or heroku to deploy my website. What should I know before deploying my website using my own domain and hosting? What’s the difference if I want to just deploy a static website vs a full-stack website (client and sever) ?
-
ThomasParsley
- Why is NuxtJs "slow" compared with NextJs... Nuxt 370 req/sec. Next 2100 req/sec. I dont want go outside Vue and Nuxt SSR :D :/ btw. Hi CJ :)
- @CodingGarden I run in production mode Last week I finished my personal portfolio in NuxtJS and dropped it on my VPS. In order to improve performance, I started looking for some way to speed up NuxtJS. My personal sites dont have much trafic. But i want to recode client sites from php to nodejs. And i dont know if Nuxt is the right way