xgqfrms / app

https://app.xgqfrms.xyz
https://app.xgqfrms.xyz
MIT License
1 stars 0 forks source link

HTML5 & CSS3 & ES next #6

Open xgqfrms opened 6 years ago

xgqfrms commented 6 years ago

HTML5 & CSS3 & ES next

HTML5 HTML5

<col> & <colgroup>

https://www.w3schools.com/tags/tag_col.asp

xgqfrms commented 6 years ago

KBD

https://www.w3schools.com/tags/tag_kbd.asp

https://www.w3schools.com/tags/tryit.asp?filename=tryhtml_phrase_test

image

image

xgqfrms commented 6 years ago

colgroupGenerator

image

xgqfrms commented 6 years ago

\<template>

https://www.w3schools.com/tags/tag_template.asp

https://www.w3schools.com/tags/tryit.asp?filename=tryhtml5_template2

image

xgqfrms commented 6 years ago

table component vanilla js

table component

https://www.cssscript.com/small-table-sorting-component-in-vanilla-javascript/

https://github.com/tristen/tablesort/ http://tristen.ca/tablesort/demo/

https://www.cssscript.com/lightweight-vanilla-data-table-component/ https://www.cssscript.com/demo/lightweight-vanilla-data-table-component/

https://github.com/Mobius1/Vanilla-DataTables/

https://www.cssscript.com/category/categories/table/

https://jspreadsheets.com/

https://vanillajsacademy.com/ https://gomakethings.com/creating-web-app-components-with-vanilla-javascript/

https://handsontable.com/

https://stackoverflow.com/questions/42521398/react-js-table-component https://kangax.github.io/compat-table/es6/

https://www.smashingmagazine.com/2016/02/writing-reusable-components-es6/

https://www.cssscript.com/minimal-modal-component-vanilla-javascript-mimodal/ https://github.com/Draggable/mimodal/

http://listjs.com/

https://www.smashingmagazine.com/2016/02/writing-reusable-components-es6/ https://www.smashingmagazine.com/2012/10/designing-javascript-apis-usability/


return this;
xgqfrms commented 6 years ago

https://www.cssscript.com/demo/lightweight-vanilla-data-table-component/

xgqfrms commented 6 years ago

MySQL

https://dev.mysql.com/downloads/installer/

https://www.wikihow.com/Install-the-MySQL-Database-Server-on-Your-Windows-PC

https://www.wikihow.com/Main-Page

image

xgqfrms commented 6 years ago

https://github.com/FrontendMasters/front-end-handbook-2018 https://frontendmasters.com/books/front-end-handbook/2018/

xgqfrms commented 6 years ago

ReactDOM.render & callback example

https://reactjs.org/docs/react-dom.html#render

If the optional callback is provided, it will be executed after the component is rendered or updated.


https://stackoverflow.com/questions/42616599/can-i-do-some-initial-work-in-reactdom-render-callback

https://www.javascriptstuff.com/react-ajax-best-practices/

image

https://stackoverflow.com/questions/30642541/when-is-react-render-callback-called